Html Css Color HEX #64420C Raw Umber

📋 copy color: '#64420C'

red 100 ◦ green 66 ◦ blue 12

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

Shades of Raw Umber #64420C

Tints of Raw Umber #64420C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.74%

R = 56.18%
G = 37.08%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#64420C (or 0x64420C) is known color: Raw Umber. HEX triplet: 64, 42 and 0C. RGB value is (100,66,12). Sum of RGB (Red+Green+Blue) = 100+66+12=178 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.18% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 100 - color contains mainly: red. Hex color #64420C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64420C is #9BBDF3. Grayscale: #464646. Windows color (decimal): -10206708 or 803428. OLE color: 803428.

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

Color convert

RGB 100 66 12 -
CMYK 0 0.34 0.88 0.61
HSL 36.82º 0.79% 0.22% -
HSV(B) 36.82º 0.88% 0.39% -
XYZ 7.27 6.63 1.24 -
YUV 70.01 95.26 149.39 -
System Red Green Blue C M Y K H S L
Decimal 100 66 12 0 0.34 0.88 0.61 36.82 0.79 0.22
Hex 64 42 C 0 22 58 3D 25 4F 16
Octal 144 102 14 0 42 130 75 45 117 26
Binary 1100100 1000010 1100 0 100010 1011000 111101 100101 1001111 10110

Color Harmonies of #64420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64420C

Black with #64420C

Text Example


Text Example

White with #64420C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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