Html Css Color HEX #64400A Raw Umber

📋 copy color: '#64400A'

red 100 ◦ green 64 ◦ blue 10

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

Shades of Raw Umber #64400A

Tints of Raw Umber #64400A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.75%

R = 57.47%
G = 36.78%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#64400A (or 0x64400A) is known color: Raw Umber. HEX triplet: 64, 40 and 0A. RGB value is (100,64,10). Sum of RGB (Red+Green+Blue) = 100+64+10=174 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.47% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 100 - color contains mainly: red. Hex color #64400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64400A is #9BBFF5. Grayscale: #444444. Windows color (decimal): -10207222 or 671844. OLE color: 671844.

HSL color Cylindrical-coordinate representation of color #64400A: hue angle of 36º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64400A is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 64 10 -
CMYK 0 0.36 0.90 0.61
HSL 36º 0.82% 0.22% -
HSV(B) 36º 0.9% 0.39% -
XYZ 7.14 6.4 1.15 -
YUV 68.61 94.93 150.39 -
System Red Green Blue C M Y K H S L
Decimal 100 64 10 0 0.36 0.90 0.61 36 0.82 0.22
Hex 64 40 A 0 24 5A 3D 24 52 16
Octal 144 100 12 0 44 132 75 44 122 26
Binary 1100100 1000000 1010 0 100100 1011010 111101 100100 1010010 10110

Color Harmonies of #64400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64400A

Black with #64400A

Text Example


Text Example

White with #64400A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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