Html Css Color HEX #66412D Irish Coffee

📋 copy color: '#66412D'

red 102 ◦ green 65 ◦ blue 45

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

Shades of Irish Coffee #66412D

Tints of Irish Coffee #66412D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.23%

R = 48.11%
G = 30.66%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.6

RGB Variations

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

Color information

#66412D (or 0x66412D) is known color: Irish Coffee. HEX triplet: 66, 41 and 2D. RGB value is (102,65,45). Sum of RGB (Red+Green+Blue) = 102+65+45=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66412D is #99BED2. Grayscale: #494949. Windows color (decimal): -10075859 or 2965862. OLE color: 2965862.

HSL color Cylindrical-coordinate representation of color #66412D: hue angle of 21.05º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66412D is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 65 45 -
CMYK 0 0.36 0.56 0.6
HSL 21.05º 0.39% 0.29% -
HSV(B) 21.05º 0.56% 0.4% -
XYZ 7.84 6.79 3.38 -
YUV 73.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 102 65 45 0 0.36 0.56 0.6 21.05 0.39 0.29
Hex 66 41 2D 0 24 38 3C 15 27 1D
Octal 146 101 55 0 44 70 74 25 47 35
Binary 1100110 1000001 101101 0 100100 111000 111100 10101 100111 11101

Color Harmonies of #66412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66412D

Black with #66412D

Text Example


Text Example

White with #66412D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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