#66432D

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

Shades of Irish Coffee #66432D

Tints of Irish Coffee #66432D

Color information

#66432D (or 0x66432D) is unknown color: approx Irish Coffee. HEX triplet: 66, 43 and 2D. RGB value is (102,67,45). Sum of RGB (Red+Green+Blue) = 102+67+45=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #66432D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66432D is #99BCD2. Grayscale: #4B4B4B. Windows color (decimal): -10075347 or 2966374. OLE color: 2966374.

HSL color Cylindrical-coordinate representation of color #66432D: hue angle of 23.16º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66432D is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB1026745-
CMYK00.340.560.6
HSL23.16º38.78%28.82%-
HSV(B)23.16º55.88%40%-
XYZ7.967.033.42-
YUV74.96111.1147.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.66%
GREEN value IS 67 (26.56% from 255) = 31.31%
BLUE value IS 45 (17.97% from 255) = 21.03%
R=47.66%
G=31.31%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102674500.340.560.623.1638.7828.82
Hex66432D022383C17271d
Octal146103550427074274735
Binary1100110100001110110101000101110001111001011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66432D; }

 p { color: rgb(102,67,45); }

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

<style>
 a { background-color: #66432D; }

 a { background-color: rgb(102,67,45); }

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

<style>
 span { border-color: #66432D; }

 span { border-color: rgb(102,67,45); }

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