Html Css Color HEX #64400C Raw Umber

📋 copy color: '#64400C'

red 100 ◦ green 64 ◦ blue 12

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

Shades of Raw Umber #64400C

Tints of Raw Umber #64400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.36%

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

R = 56.82%
G = 36.36%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#64400C (or 0x64400C) is known color: Raw Umber. HEX triplet: 64, 40 and 0C. RGB value is (100,64,12). Sum of RGB (Red+Green+Blue) = 100+64+12=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #64400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64400C is #9BBFF3. Grayscale: #454545. Windows color (decimal): -10207220 or 802916. OLE color: 802916.

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

Color convert

RGB 100 64 12 -
CMYK 0 0.36 0.88 0.61
HSL 35.45º 0.79% 0.22% -
HSV(B) 35.45º 0.88% 0.39% -
XYZ 7.16 6.4 1.21 -
YUV 68.84 95.93 150.23 -
System Red Green Blue C M Y K H S L
Decimal 100 64 12 0 0.36 0.88 0.61 35.45 0.79 0.22
Hex 64 40 C 0 24 58 3D 23 4F 16
Octal 144 100 14 0 44 130 75 43 117 26
Binary 1100100 1000000 1100 0 100100 1011000 111101 100011 1001111 10110

Color Harmonies of #64400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64400C

Black with #64400C

Text Example


Text Example

White with #64400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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