#66402B

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

Shades of Irish Coffee #66402B

Tints of Irish Coffee #66402B

Color information

#66402B (or 0x66402B) is unknown color: approx Irish Coffee. HEX triplet: 66, 40 and 2B. RGB value is (102,64,43). Sum of RGB (Red+Green+Blue) = 102+64+43=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #66402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66402B is #99BFD4. Grayscale: #494949. Windows color (decimal): -10076117 or 2834534. OLE color: 2834534.

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

Color convert

RGB1026443-
CMYK00.370.580.6
HSL21.36º40.69%28.43%-
HSV(B)21.36º57.84%40%-
XYZ7.756.673.16-
YUV72.97111.09148.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=48.80%
G=30.62%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102644300.370.580.621.3640.6928.43
Hex66402B0253A3C15291c
Octal146100530457274255134
Binary1100110100000010101101001011110101111001010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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