#644C0A

Color #644C0A Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #644C0A

Tints of Raw Umber #644C0A

Color information

#644C0A (or 0x644C0A) is unknown color: approx Raw Umber. HEX triplet: 64, 4C and 0A. RGB value is (100,76,10). Sum of RGB (Red+Green+Blue) = 100+76+10=186 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.76% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 100 - color contains mainly: red. Hex color #644C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644C0A is #9BB3F5. Grayscale: #4B4B4B. Windows color (decimal): -10204150 or 674916. OLE color: 674916.

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

Color convert

RGB1007610-
CMYK00.240.900.61
HSL44º81.82%21.57%-
HSV(B)44º90%39.22%-
XYZ7.897.91.4-
YUV75.6590.95145.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.76%
GREEN value IS 76 (30.08% from 255) = 40.86%
BLUE value IS 10 (4.30% from 255) = 5.38%
R=53.76%
G=40.86%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100761000.240.900.614481.8221.57
Hex644CA0185A3D2c5216
Octal14411412030132755412226
Binary1100100100110010100110001011010111101101100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #644C0A;
 }
 .AnyTagClassName
 {
   color: #644C0A;
 }
</style>
background-color css

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

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

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

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

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

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