#66442B

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

Shades of Irish Coffee #66442B

Tints of Irish Coffee #66442B

Color information

#66442B (or 0x66442B) is unknown color: approx Irish Coffee. HEX triplet: 66, 44 and 2B. RGB value is (102,68,43). Sum of RGB (Red+Green+Blue) = 102+68+43=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #66442B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66442B is #99BBD4. Grayscale: #4B4B4B. Windows color (decimal): -10075093 or 2835558. OLE color: 2835558.

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

Color convert

RGB1026843-
CMYK00.330.580.6
HSL25.42º40.69%28.43%-
HSV(B)25.42º57.84%40%-
XYZ7.987.133.24-
YUV75.32109.76147.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.89%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 43 (17.19% from 255) = 20.19%
R=47.89%
G=31.92%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102684300.330.580.625.4240.6928.43
Hex66442B0213A3C19291c
Octal146104530417274315134
Binary1100110100010010101101000011110101111001100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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