#645000

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

Shades of Raw Umber #645000

Tints of Raw Umber #645000

Color information

#645000 (or 0x645000) is unknown color: approx Raw Umber. HEX triplet: 64, 50 and 00. RGB value is (100,80,0). Sum of RGB (Red+Green+Blue) = 100+80+0=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #645000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645000 is #9BAFFF. Grayscale: #4D4D4D. Windows color (decimal): -10203136 or 20580. OLE color: 20580.

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

Color convert

RGB100800-
CMYK00.210.61
HSL48º100%19.61%-
HSV(B)48º100%39.22%-
XYZ8.128.451.2-
YUV76.8684.63144.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 55.56%
GREEN value IS 80 (31.64% from 255) = 44.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.56%
G=44.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10080000.210.614810019.61
Hex64500014643D306414
Octal1441200024144756014424
Binary1100100101000000101001100100111101110000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645000; }

 p { color: rgb(100,80,0); }

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

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

 a { background-color: rgb(100,80,0); }

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

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

 span { border-color: rgb(100,80,0); }

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