Html Css Color HEX #64460C Raw Umber

📋 copy color: '#64460C'

red 100 ◦ green 70 ◦ blue 12

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

Shades of Raw Umber #64460C

Tints of Raw Umber #64460C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.46%

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

R = 54.95%
G = 38.46%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#64460C (or 0x64460C) is known color: Raw Umber. HEX triplet: 64, 46 and 0C. RGB value is (100,70,12). Sum of RGB (Red+Green+Blue) = 100+70+12=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #64460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64460C is #9BB9F3. Grayscale: #484848. Windows color (decimal): -10205684 or 804452. OLE color: 804452.

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

Color convert

RGB 100 70 12 -
CMYK 0 0.30 0.88 0.61
HSL 39.55º 0.79% 0.22% -
HSV(B) 39.55º 0.88% 0.39% -
XYZ 7.51 7.12 1.33 -
YUV 72.36 93.94 147.72 -
System Red Green Blue C M Y K H S L
Decimal 100 70 12 0 0.30 0.88 0.61 39.55 0.79 0.22
Hex 64 46 C 0 1E 58 3D 28 4F 16
Octal 144 106 14 0 36 130 75 50 117 26
Binary 1100100 1000110 1100 0 11110 1011000 111101 101000 1001111 10110

Color Harmonies of #64460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64460C

Black with #64460C

Text Example


Text Example

White with #64460C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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