Html Css Color HEX #66420E Raw Umber

📋 copy color: '#66420E'

red 102 ◦ green 66 ◦ blue 14

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

Shades of Raw Umber #66420E

Tints of Raw Umber #66420E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.69%

R = 56.04%
G = 36.26%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#66420E (or 0x66420E) is known color: Raw Umber. HEX triplet: 66, 42 and 0E. RGB value is (102,66,14). Sum of RGB (Red+Green+Blue) = 102+66+14=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #66420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66420E is #99BDF1. Grayscale: #474747. Windows color (decimal): -10075634 or 934502. OLE color: 934502.

HSL color Cylindrical-coordinate representation of color #66420E: hue angle of 35.45º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66420E is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 66 14 -
CMYK 0 0.35 0.86 0.6
HSL 35.45º 0.76% 0.23% -
HSV(B) 35.45º 0.86% 0.4% -
XYZ 7.51 6.75 1.32 -
YUV 70.84 95.93 150.23 -
System Red Green Blue C M Y K H S L
Decimal 102 66 14 0 0.35 0.86 0.6 35.45 0.76 0.23
Hex 66 42 E 0 23 56 3C 23 4C 17
Octal 146 102 16 0 43 126 74 43 114 27
Binary 1100110 1000010 1110 0 100011 1010110 111100 100011 1001100 10111

Color Harmonies of #66420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66420E

Black with #66420E

Text Example


Text Example

White with #66420E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66420E; }

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

 H1.HeaderClassName
 {
   color: #66420E;
 }
 .AnyTagClassName
 {
   color: #66420E;
 }
</style>

background-color css

<style>
 a { background-color: #66420E; }

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

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

border-color css

<style>
 span { border-color: #66420E; }

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

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