#644514

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

Shades of Raw Umber #644514

Tints of Raw Umber #644514

Color information

#644514 (or 0x644514) is unknown color: approx Raw Umber. HEX triplet: 64, 45 and 14. RGB value is (100,69,20). Sum of RGB (Red+Green+Blue) = 100+69+20=189 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.91% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 100 - color contains mainly: red. Hex color #644514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644514 is #9BBAEB. Grayscale: #484848. Windows color (decimal): -10205932 or 1328484. OLE color: 1328484.

HSL color Cylindrical-coordinate representation of color #644514: hue angle of 36.75º 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 #644514 is Cyan = 0, Magento = 0.31, Yellow = 0.8 and Black (K on CMYK) = 0.61.

Color convert

RGB1006920-
CMYK00.310.80.61
HSL36.75º66.67%23.53%-
HSV(B)36.75º80%39.22%-
XYZ7.517.021.62-
YUV72.6898.27147.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.91%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 20 (8.20% from 255) = 10.58%
R=52.91%
G=36.51%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.8
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100692000.310.80.6136.7566.6723.53
Hex64451401F503D254318
Octal14410524037120754510330
Binary11001001000101101000111111010000111101100101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644514; }

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

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

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

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

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

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

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

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