Html Css Color HEX #66420F Raw Umber

📋 copy color: '#66420F'

red 102 ◦ green 66 ◦ blue 15

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

Shades of Raw Umber #66420F

Tints of Raw Umber #66420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.2%

R = 55.74%
G = 36.07%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.6

RGB Variations

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

Color information

#66420F (or 0x66420F) is known color: Raw Umber. HEX triplet: 66, 42 and 0F. RGB value is (102,66,15). Sum of RGB (Red+Green+Blue) = 102+66+15=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66420F is #99BDF0. Grayscale: #474747. Windows color (decimal): -10075633 or 1000038. OLE color: 1000038.

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

Color convert

RGB 102 66 15 -
CMYK 0 0.35 0.85 0.6
HSL 35.17º 0.74% 0.23% -
HSV(B) 35.17º 0.85% 0.4% -
XYZ 7.51 6.76 1.36 -
YUV 70.95 96.43 150.15 -
System Red Green Blue C M Y K H S L
Decimal 102 66 15 0 0.35 0.85 0.6 35.17 0.74 0.23
Hex 66 42 F 0 23 55 3C 23 4A 17
Octal 146 102 17 0 43 125 74 43 112 27
Binary 1100110 1000010 1111 0 100011 1010101 111100 100011 1001010 10111

Color Harmonies of #66420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66420F

Black with #66420F

Text Example


Text Example

White with #66420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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