#625a00

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

Shades of Raw Umber #625A00

Tints of Raw Umber #625A00

Color information

#625A00 (or 0x625A00) is unknown color: approx Raw Umber. HEX triplet: 62, 5A and 00. RGB value is (98,90,0). Sum of RGB (Red+Green+Blue) = 98+90+0=188 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.13% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 98 - color contains mainly: red. Hex color #625A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625A00 is #9DA5FF. Grayscale: #525252. Windows color (decimal): -10331648 or 23138. OLE color: 23138.

HSL color Cylindrical-coordinate representation of color #625A00: hue angle of 55.1º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #625A00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB98900-
CMYK00.0810.62
HSL55.1º100%19.22%-
HSV(B)55.1º100%38.43%-
XYZ8.699.911.45-
YUV82.1381.65139.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.13%
GREEN value IS 90 (35.55% from 255) = 47.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.13%
G=47.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9890000.0810.6255.110019.22
Hex625A008643E376413
Octal1421320010144766714423
Binary110001010110100010001100100111110110111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625a00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625a00; }

 p { color: rgb(98,90,0); }

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

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

 a { background-color: rgb(98,90,0); }

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

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

 span { border-color: rgb(98,90,0); }

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