Html Css Color HEX #66412B Irish Coffee

📋 copy color: '#66412B'

red 102 ◦ green 65 ◦ blue 43

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

Shades of Irish Coffee #66412B

Tints of Irish Coffee #66412B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.95%

 BLUE value IS 43 (17.19% from 255) = 20.48%

R = 48.57%
G = 30.95%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#66412B (or 0x66412B) is known color: Irish Coffee. HEX triplet: 66, 41 and 2B. RGB value is (102,65,43). Sum of RGB (Red+Green+Blue) = 102+65+43=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #66412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66412B is #99BED4. Grayscale: #494949. Windows color (decimal): -10075861 or 2834790. OLE color: 2834790.

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

Color convert

RGB 102 65 43 -
CMYK 0 0.36 0.58 0.6
HSL 22.37º 0.41% 0.28% -
HSV(B) 22.37º 0.58% 0.4% -
XYZ 7.81 6.78 3.18 -
YUV 73.56 110.76 148.29 -
System Red Green Blue C M Y K H S L
Decimal 102 65 43 0 0.36 0.58 0.6 22.37 0.41 0.28
Hex 66 41 2B 0 24 3A 3C 16 29 1C
Octal 146 101 53 0 44 72 74 26 51 34
Binary 1100110 1000001 101011 0 100100 111010 111100 10110 101001 11100

Color Harmonies of #66412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66412B

Black with #66412B

Text Example


Text Example

White with #66412B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66412B;
 }
 .AnyTagClassName
 {
   color: #66412B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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