#644A14

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

Shades of Raw Umber #644A14

Tints of Raw Umber #644A14

Color information

#644A14 (or 0x644A14) is unknown color: approx Raw Umber. HEX triplet: 64, 4A and 14. RGB value is (100,74,20). Sum of RGB (Red+Green+Blue) = 100+74+20=194 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.55% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 100 - color contains mainly: red. Hex color #644A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644A14 is #9BB5EB. Grayscale: #4B4B4B. Windows color (decimal): -10204652 or 1329764. OLE color: 1329764.

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

Color convert

RGB1007420-
CMYK00.260.80.61
HSL40.5º66.67%23.53%-
HSV(B)40.5º80%39.22%-
XYZ7.837.661.73-
YUV75.6296.61145.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.55%
GREEN value IS 74 (29.30% from 255) = 38.14%
BLUE value IS 20 (8.20% from 255) = 10.31%
R=51.55%
G=38.14%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.8
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100742000.260.80.6140.566.6723.53
Hex644A1401A503D284318
Octal14411224032120755010330
Binary11001001001010101000110101010000111101101000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,74,20); }

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

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

 a { background-color: rgb(100,74,20); }

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

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

 span { border-color: rgb(100,74,20); }

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