Html Css Color HEX #64420E Raw Umber

📋 copy color: '#64420E'

red 100 ◦ green 66 ◦ blue 14

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

Shades of Raw Umber #64420E

Tints of Raw Umber #64420E

RGB

 RED value IS 100 (39.45% from 255) = 55.56%

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

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

R = 55.56%
G = 36.67%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#64420E (or 0x64420E) is known color: Raw Umber. HEX triplet: 64, 42 and 0E. RGB value is (100,66,14). Sum of RGB (Red+Green+Blue) = 100+66+14=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #64420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64420E is #9BBDF1. Grayscale: #464646. Windows color (decimal): -10206706 or 934500. OLE color: 934500.

HSL color Cylindrical-coordinate representation of color #64420E: hue angle of 36.28º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64420E is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 66 14 -
CMYK 0 0.34 0.86 0.61
HSL 36.28º 0.75% 0.22% -
HSV(B) 36.28º 0.86% 0.39% -
XYZ 7.28 6.64 1.31 -
YUV 70.24 96.26 149.23 -
System Red Green Blue C M Y K H S L
Decimal 100 66 14 0 0.34 0.86 0.61 36.28 0.75 0.22
Hex 64 42 E 0 22 56 3D 24 4B 16
Octal 144 102 16 0 42 126 75 44 113 26
Binary 1100100 1000010 1110 0 100010 1010110 111101 100100 1001011 10110

Color Harmonies of #64420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64420E

Black with #64420E

Text Example


Text Example

White with #64420E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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