Html Css Color HEX #644A0D Raw Umber

📋 copy color: '#644A0D'

red 100 ◦ green 74 ◦ blue 13

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

Shades of Raw Umber #644A0D

Tints of Raw Umber #644A0D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.57%

 BLUE value IS 13 (5.47% from 255) = 6.95%

R = 53.48%
G = 39.57%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#644A0D (or 0x644A0D) is known color: Raw Umber. HEX triplet: 64, 4A and 0D. RGB value is (100,74,13). Sum of RGB (Red+Green+Blue) = 100+74+13=187 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.48% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 100 - color contains mainly: red. Hex color #644A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644A0D is #9BB5F2. Grayscale: #4B4B4B. Windows color (decimal): -10204659 or 871012. OLE color: 871012.

HSL color Cylindrical-coordinate representation of color #644A0D: hue angle of 42.07º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #644A0D is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 74 13 -
CMYK 0 0.26 0.87 0.61
HSL 42.07º 0.77% 0.22% -
HSV(B) 42.07º 0.87% 0.39% -
XYZ 7.78 7.64 1.44 -
YUV 74.82 93.11 145.96 -
System Red Green Blue C M Y K H S L
Decimal 100 74 13 0 0.26 0.87 0.61 42.07 0.77 0.22
Hex 64 4A D 0 1A 57 3D 2A 4D 16
Octal 144 112 15 0 32 127 75 52 115 26
Binary 1100100 1001010 1101 0 11010 1010111 111101 101010 1001101 10110

Color Harmonies of #644A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644A0D

Black with #644A0D

Text Example


Text Example

White with #644A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644A0D; }

 p { color: rgb(100,74,13); }

 H1.HeaderClassName
 {
   color: #644A0D;
 }
 .AnyTagClassName
 {
   color: #644A0D;
 }
</style>

background-color css

<style>
 a { background-color: #644A0D; }

 a { background-color: rgb(100,74,13); }

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

border-color css

<style>
 span { border-color: #644A0D; }

 span { border-color: rgb(100,74,13); }

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