Html Css Color HEX #66402C Irish Coffee

📋 copy color: '#66402C'

red 102 ◦ green 64 ◦ blue 44

#66402C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Irish Coffee #66402C

Tints of Irish Coffee #66402C

RGB

 RED value IS 102 (40.23% from 255) = 48.57%

 GREEN value IS 64 (25.39% from 255) = 30.48%

 BLUE value IS 44 (17.58% from 255) = 20.95%

R = 48.57%
G = 30.48%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.6

RGB Variations

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

Color information

#66402C (or 0x66402C) is known color: Irish Coffee. HEX triplet: 66, 40 and 2C. RGB value is (102,64,44). Sum of RGB (Red+Green+Blue) = 102+64+44=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #66402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66402C is #99BFD3. Grayscale: #494949. Windows color (decimal): -10076116 or 2900070. OLE color: 2900070.

HSL color Cylindrical-coordinate representation of color #66402C: hue angle of 20.69º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66402C is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 64 44 -
CMYK 0 0.37 0.57 0.6
HSL 20.69º 0.4% 0.29% -
HSV(B) 20.69º 0.57% 0.4% -
XYZ 7.77 6.67 3.26 -
YUV 73.08 111.59 148.63 -
System Red Green Blue C M Y K H S L
Decimal 102 64 44 0 0.37 0.57 0.6 20.69 0.4 0.29
Hex 66 40 2C 0 25 39 3C 15 28 1D
Octal 146 100 54 0 45 71 74 25 50 35
Binary 1100110 1000000 101100 0 100101 111001 111100 10101 101000 11101

Color Harmonies of #66402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66402C

Black with #66402C

Text Example


Text Example

White with #66402C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66402C;
 }
 .AnyTagClassName
 {
   color: #66402C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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