Html Css Color HEX #64470C Raw Umber

📋 copy color: '#64470C'

red 100 ◦ green 71 ◦ blue 12

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

Shades of Raw Umber #64470C

Tints of Raw Umber #64470C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.8%

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

R = 54.64%
G = 38.8%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#64470C (or 0x64470C) is known color: Raw Umber. HEX triplet: 64, 47 and 0C. RGB value is (100,71,12). Sum of RGB (Red+Green+Blue) = 100+71+12=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #64470C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64470C is #9BB8F3. Grayscale: #494949. Windows color (decimal): -10205428 or 804708. OLE color: 804708.

HSL color Cylindrical-coordinate representation of color #64470C: hue angle of 40.23º 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 #64470C is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 71 12 -
CMYK 0 0.29 0.88 0.61
HSL 40.23º 0.79% 0.22% -
HSV(B) 40.23º 0.88% 0.39% -
XYZ 7.58 7.24 1.35 -
YUV 72.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 100 71 12 0 0.29 0.88 0.61 40.23 0.79 0.22
Hex 64 47 C 0 1D 58 3D 28 4F 16
Octal 144 107 14 0 35 130 75 50 117 26
Binary 1100100 1000111 1100 0 11101 1011000 111101 101000 1001111 10110

Color Harmonies of #64470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64470C

Black with #64470C

Text Example


Text Example

White with #64470C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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