#645800

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

Shades of Raw Umber #645800

Tints of Raw Umber #645800

Color information

#645800 (or 0x645800) is unknown color: approx Raw Umber. HEX triplet: 64, 58 and 00. RGB value is (100,88,0). Sum of RGB (Red+Green+Blue) = 100+88+0=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #645800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645800 is #9BA7FF. Grayscale: #515151. Windows color (decimal): -10201088 or 22628. OLE color: 22628.

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

Color convert

RGB100880-
CMYK00.1210.61
HSL52.8º100%19.61%-
HSV(B)52.8º100%39.22%-
XYZ8.759.691.41-
YUV81.5681.98141.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.19%
GREEN value IS 88 (34.77% from 255) = 46.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.19%
G=46.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10088000.1210.6152.810019.61
Hex645800C643D356414
Octal1441300014144756514424
Binary110010010110000011001100100111101110101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645800; }

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

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

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

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

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

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

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

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