Html Css Color HEX #663E2A Irish Coffee

📋 copy color: '#663E2A'

red 102 ◦ green 62 ◦ blue 42

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

Shades of Irish Coffee #663E2A

Tints of Irish Coffee #663E2A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.1%

 BLUE value IS 42 (16.8% from 255) = 20.39%

R = 49.51%
G = 30.1%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.6

RGB Variations

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

Color information

#663E2A (or 0x663E2A) is known color: Irish Coffee. HEX triplet: 66, 3E and 2A. RGB value is (102,62,42). Sum of RGB (Red+Green+Blue) = 102+62+42=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #663E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663E2A is #99C1D5. Grayscale: #474747. Windows color (decimal): -10076630 or 2768486. OLE color: 2768486.

HSL color Cylindrical-coordinate representation of color #663E2A: hue angle of 20º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #663E2A is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 62 42 -
CMYK 0 0.39 0.59 0.6
HSL 20º 0.42% 0.28% -
HSV(B) 20º 0.59% 0.4% -
XYZ 7.62 6.44 3.03 -
YUV 71.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 102 62 42 0 0.39 0.59 0.6 20 0.42 0.28
Hex 66 3E 2A 0 27 3B 3C 14 2A 1C
Octal 146 76 52 0 47 73 74 24 52 34
Binary 1100110 111110 101010 0 100111 111011 111100 10100 101010 11100

Color Harmonies of #663E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663E2A

Black with #663E2A

Text Example


Text Example

White with #663E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663E2A; }

 p { color: rgb(102,62,42); }

 H1.HeaderClassName
 {
   color: #663E2A;
 }
 .AnyTagClassName
 {
   color: #663E2A;
 }
</style>

background-color css

<style>
 a { background-color: #663E2A; }

 a { background-color: rgb(102,62,42); }

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

border-color css

<style>
 span { border-color: #663E2A; }

 span { border-color: rgb(102,62,42); }

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