#644502

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

Shades of Raw Umber #644502

Tints of Raw Umber #644502

Color information

#644502 (or 0x644502) is unknown color: approx Raw Umber. HEX triplet: 64, 45 and 02. RGB value is (100,69,2). Sum of RGB (Red+Green+Blue) = 100+69+2=171 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.48% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 100 - color contains mainly: red. Hex color #644502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644502 is #9BBAFD. Grayscale: #464646. Windows color (decimal): -10205950 or 148836. OLE color: 148836.

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

Color convert

RGB100692-
CMYK00.310.980.61
HSL41.02º96.08%20%-
HSV(B)41.02º98%39.22%-
XYZ7.396.971.01-
YUV70.6389.27148.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.48%
GREEN value IS 69 (27.34% from 255) = 40.35%
BLUE value IS 2 (1.17% from 255) = 1.17%
R=58.48%
G=40.35%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10069200.310.980.6141.0296.0820
Hex6445201F623D296014
Octal1441052037142755114024
Binary11001001000101100111111100010111101101001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644502; }

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

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

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

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

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

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

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

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