Html Css Color HEX #644B0C Raw Umber

📋 copy color: '#644B0C'

red 100 ◦ green 75 ◦ blue 12

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

Shades of Raw Umber #644B0C

Tints of Raw Umber #644B0C

RGB

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

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

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

R = 53.48%
G = 40.11%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#644B0C (or 0x644B0C) is known color: Raw Umber. HEX triplet: 64, 4B and 0C. RGB value is (100,75,12). Sum of RGB (Red+Green+Blue) = 100+75+12=187 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.48% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 100 - color contains mainly: red. Hex color #644B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644B0C is #9BB4F3. Grayscale: #4B4B4B. Windows color (decimal): -10204404 or 805732. OLE color: 805732.

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

Color convert

RGB 100 75 12 -
CMYK 0 0.25 0.88 0.61
HSL 42.95º 0.79% 0.22% -
HSV(B) 42.95º 0.88% 0.39% -
XYZ 7.84 7.77 1.43 -
YUV 75.29 92.28 145.62 -
System Red Green Blue C M Y K H S L
Decimal 100 75 12 0 0.25 0.88 0.61 42.95 0.79 0.22
Hex 64 4B C 0 19 58 3D 2B 4F 16
Octal 144 113 14 0 31 130 75 53 117 26
Binary 1100100 1001011 1100 0 11001 1011000 111101 101011 1001111 10110

Color Harmonies of #644B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644B0C

Black with #644B0C

Text Example


Text Example

White with #644B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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