#66422B

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

Shades of Irish Coffee #66422B

Tints of Irish Coffee #66422B

Color information

#66422B (or 0x66422B) is unknown color: approx Irish Coffee. HEX triplet: 66, 42 and 2B. RGB value is (102,66,43). Sum of RGB (Red+Green+Blue) = 102+66+43=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #66422B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66422B is #99BDD4. Grayscale: #4A4A4A. Windows color (decimal): -10075605 or 2835046. OLE color: 2835046.

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

Color convert

RGB1026643-
CMYK00.350.580.6
HSL23.39º40.69%28.43%-
HSV(B)23.39º57.84%40%-
XYZ7.866.93.2-
YUV74.14110.43147.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.34%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 43 (17.19% from 255) = 20.38%
R=48.34%
G=31.28%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102664300.350.580.623.3940.6928.43
Hex66422B0233A3C17291c
Octal146102530437274275134
Binary1100110100001010101101000111110101111001011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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