#644505

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

Shades of Raw Umber #644505

Tints of Raw Umber #644505

Color information

#644505 (or 0x644505) is unknown color: approx Raw Umber. HEX triplet: 64, 45 and 05. RGB value is (100,69,5). Sum of RGB (Red+Green+Blue) = 100+69+5=174 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.47% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 100 - color contains mainly: red. Hex color #644505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644505 is #9BBAFA. Grayscale: #474747. Windows color (decimal): -10205947 or 345444. OLE color: 345444.

HSL color Cylindrical-coordinate representation of color #644505: hue angle of 40.42º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #644505 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB100695-
CMYK00.310.950.61
HSL40.42º90.48%20.59%-
HSV(B)40.42º95%39.22%-
XYZ7.416.981.1-
YUV70.9790.77148.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.47%
GREEN value IS 69 (27.34% from 255) = 39.66%
BLUE value IS 5 (2.34% from 255) = 2.87%
R=57.47%
G=39.66%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10069500.310.950.6140.4290.4820.59
Hex6445501F5F3D285a15
Octal1441055037137755013225
Binary110010010001011010111111011111111101101000101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644505; }

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

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

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

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

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

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

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

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