Html Css Color HEX #644C12 Raw Umber

📋 copy color: '#644C12'

red 100 ◦ green 76 ◦ blue 18

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

Shades of Raw Umber #644C12

Tints of Raw Umber #644C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.28%

R = 51.55%
G = 39.18%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#644C12 (or 0x644C12) is known color: Raw Umber. HEX triplet: 64, 4C and 12. RGB value is (100,76,18). Sum of RGB (Red+Green+Blue) = 100+76+18=194 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.55% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 100 - color contains mainly: red. Hex color #644C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644C12 is #9BB3ED. Grayscale: #4C4C4C. Windows color (decimal): -10204142 or 1199204. OLE color: 1199204.

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

Color convert

RGB 100 76 18 -
CMYK 0 0.24 0.82 0.61
HSL 42.44º 0.69% 0.23% -
HSV(B) 42.44º 0.82% 0.39% -
XYZ 7.95 7.92 1.68 -
YUV 76.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 100 76 18 0 0.24 0.82 0.61 42.44 0.69 0.23
Hex 64 4C 12 0 18 52 3D 2A 45 17
Octal 144 114 22 0 30 122 75 52 105 27
Binary 1100100 1001100 10010 0 11000 1010010 111101 101010 1000101 10111

Color Harmonies of #644C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644C12

Black with #644C12

Text Example


Text Example

White with #644C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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