#625A01

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

Shades of Raw Umber #625A01

Tints of Raw Umber #625A01

Color information

#625A01 (or 0x625A01) is unknown color: approx Raw Umber. HEX triplet: 62, 5A and 01. RGB value is (98,90,1). Sum of RGB (Red+Green+Blue) = 98+90+1=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #625A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625A01 is #9DA5FE. Grayscale: #525252. Windows color (decimal): -10331647 or 88674. OLE color: 88674.

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

Color convert

RGB98901-
CMYK00.080.990.62
HSL55.05º97.98%19.41%-
HSV(B)55.05º98.98%38.43%-
XYZ8.79.911.48-
YUV82.2582.15139.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.85%
GREEN value IS 90 (35.55% from 255) = 47.62%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=51.85%
G=47.62%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9890100.080.990.6255.0597.9819.41
Hex625A108633E376213
Octal1421321010143766714223
Binary110001010110101010001100011111110110111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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