Html Css Color HEX #644C0B Raw Umber

📋 copy color: '#644C0B'

red 100 ◦ green 76 ◦ blue 11

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

Shades of Raw Umber #644C0B

Tints of Raw Umber #644C0B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.64%

 BLUE value IS 11 (4.69% from 255) = 5.88%

R = 53.48%
G = 40.64%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.61

RGB Variations

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

Color information

#644C0B (or 0x644C0B) is known color: Raw Umber. HEX triplet: 64, 4C and 0B. RGB value is (100,76,11). Sum of RGB (Red+Green+Blue) = 100+76+11=187 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.48% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 100 - color contains mainly: red. Hex color #644C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644C0B is #9BB3F4. Grayscale: #4C4C4C. Windows color (decimal): -10204149 or 740452. OLE color: 740452.

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

Color convert

RGB 100 76 11 -
CMYK 0 0.24 0.89 0.61
HSL 43.82º 0.8% 0.22% -
HSV(B) 43.82º 0.89% 0.39% -
XYZ 7.9 7.9 1.43 -
YUV 75.77 91.45 145.29 -
System Red Green Blue C M Y K H S L
Decimal 100 76 11 0 0.24 0.89 0.61 43.82 0.8 0.22
Hex 64 4C B 0 18 59 3D 2C 50 16
Octal 144 114 13 0 30 131 75 54 120 26
Binary 1100100 1001100 1011 0 11000 1011001 111101 101100 1010000 10110

Color Harmonies of #644C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644C0B

Black with #644C0B

Text Example


Text Example

White with #644C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,76,11); }

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

background-color css

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

 a { background-color: rgb(100,76,11); }

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

border-color css

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

 span { border-color: rgb(100,76,11); }

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