Html Css Color HEX #66422F Irish Coffee

📋 copy color: '#66422F'

red 102 ◦ green 66 ◦ blue 47

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

Shades of Irish Coffee #66422F

Tints of Irish Coffee #66422F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.7%

 BLUE value IS 47 (18.75% from 255) = 21.86%

R = 47.44%
G = 30.7%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.6

RGB Variations

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

Color information

#66422F (or 0x66422F) is known color: Irish Coffee. HEX triplet: 66, 42 and 2F. RGB value is (102,66,47). Sum of RGB (Red+Green+Blue) = 102+66+47=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #66422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66422F is #99BDD0. Grayscale: #4A4A4A. Windows color (decimal): -10075601 or 3097190. OLE color: 3097190.

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

Color convert

RGB 102 66 47 -
CMYK 0 0.35 0.54 0.6
HSL 20.73º 0.37% 0.29% -
HSV(B) 20.73º 0.54% 0.4% -
XYZ 7.94 6.93 3.61 -
YUV 74.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 102 66 47 0 0.35 0.54 0.6 20.73 0.37 0.29
Hex 66 42 2F 0 23 36 3C 15 25 1D
Octal 146 102 57 0 43 66 74 25 45 35
Binary 1100110 1000010 101111 0 100011 110110 111100 10101 100101 11101

Color Harmonies of #66422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66422F

Black with #66422F

Text Example


Text Example

White with #66422F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66422F;
 }
 .AnyTagClassName
 {
   color: #66422F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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