#65442B

Color #65442B Irish Coffee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Irish Coffee #65442B

Tints of Irish Coffee #65442B

Color information

#65442B (or 0x65442B) is unknown color: approx Irish Coffee. HEX triplet: 65, 44 and 2B. RGB value is (101,68,43). Sum of RGB (Red+Green+Blue) = 101+68+43=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 101 - color contains mainly: red. Hex color #65442B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65442B is #9ABBD4. Grayscale: #4B4B4B. Windows color (decimal): -10140629 or 2835557. OLE color: 2835557.

HSL color Cylindrical-coordinate representation of color #65442B: hue angle of 25.86º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65442B is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB1016843-
CMYK00.330.570.60
HSL25.86º40.28%28.24%-
HSV(B)25.86º57.43%39.61%-
XYZ7.877.083.24-
YUV75.02109.93146.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 47.64%
GREEN value IS 68 (26.95% from 255) = 32.08%
BLUE value IS 43 (17.19% from 255) = 20.28%
R=47.64%
G=32.08%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101684300.330.570.6025.8640.2828.24
Hex65442B021393C1a281c
Octal145104530417174325034
Binary1100101100010010101101000011110011111001101010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65442B; }

 p { color: rgb(101,68,43); }

 H1.HeaderClassName
 {
   color: #65442B;
 }
 .AnyTagClassName
 {
   color: #65442B;
 }
</style>
background-color css

<style>
 a { background-color: #65442B; }

 a { background-color: rgb(101,68,43); }

 div.DivClassName
 {
   background-color: #65442B;
 }
 .BgClassName
 {
   background-color: #65442B;
 }
</style>
border-color css

<style>
 span { border-color: #65442B; }

 span { border-color: rgb(101,68,43); }

 td.TdClassName
 {
   border-color: #65442B;
 }
 .TagClassName
 {
   border-color: #65442B;
 }
</style>