Html Css Color HEX #644B0F Raw Umber

📋 copy color: '#644B0F'

red 100 ◦ green 75 ◦ blue 15

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

Shades of Raw Umber #644B0F

Tints of Raw Umber #644B0F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.47%

 BLUE value IS 15 (6.25% from 255) = 7.89%

R = 52.63%
G = 39.47%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#644B0F (or 0x644B0F) is known color: Raw Umber. HEX triplet: 64, 4B and 0F. RGB value is (100,75,15). Sum of RGB (Red+Green+Blue) = 100+75+15=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #644B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644B0F is #9BB4F0. Grayscale: #4B4B4B. Windows color (decimal): -10204401 or 1002340. OLE color: 1002340.

HSL color Cylindrical-coordinate representation of color #644B0F: hue angle of 42.35º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #644B0F is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 75 15 -
CMYK 0 0.25 0.85 0.61
HSL 42.35º 0.74% 0.23% -
HSV(B) 42.35º 0.85% 0.39% -
XYZ 7.86 7.78 1.54 -
YUV 75.64 93.78 145.38 -
System Red Green Blue C M Y K H S L
Decimal 100 75 15 0 0.25 0.85 0.61 42.35 0.74 0.23
Hex 64 4B F 0 19 55 3D 2A 4A 17
Octal 144 113 17 0 31 125 75 52 112 27
Binary 1100100 1001011 1111 0 11001 1010101 111101 101010 1001010 10111

Color Harmonies of #644B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644B0F

Black with #644B0F

Text Example


Text Example

White with #644B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,75,15); }

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

background-color css

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

 a { background-color: rgb(100,75,15); }

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

border-color css

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

 span { border-color: rgb(100,75,15); }

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