#66432B

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

Shades of Irish Coffee #66432B

Tints of Irish Coffee #66432B

Color information

#66432B (or 0x66432B) is unknown color: approx Irish Coffee. HEX triplet: 66, 43 and 2B. RGB value is (102,67,43). Sum of RGB (Red+Green+Blue) = 102+67+43=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66432B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66432B is #99BCD4. Grayscale: #4A4A4A. Windows color (decimal): -10075349 or 2835302. OLE color: 2835302.

HSL color Cylindrical-coordinate representation of color #66432B: hue angle of 24.41º 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 #66432B is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB1026743-
CMYK00.340.580.6
HSL24.41º40.69%28.43%-
HSV(B)24.41º57.84%40%-
XYZ7.927.013.22-
YUV74.73110.1147.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 67 (26.56% from 255) = 31.60%
BLUE value IS 43 (17.19% from 255) = 20.28%
R=48.11%
G=31.60%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102674300.340.580.624.4140.6928.43
Hex66432B0223A3C18291c
Octal146103530427274305134
Binary1100110100001110101101000101110101111001100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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