#625001

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

Shades of Raw Umber #625001

Tints of Raw Umber #625001

Color information

#625001 (or 0x625001) is unknown color: approx Raw Umber. HEX triplet: 62, 50 and 01. RGB value is (98,80,1). Sum of RGB (Red+Green+Blue) = 98+80+1=179 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.75% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 98 - color contains mainly: red. Hex color #625001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625001 is #9DAFFE. Grayscale: #4C4C4C. Windows color (decimal): -10334207 or 86114. OLE color: 86114.

HSL color Cylindrical-coordinate representation of color #625001: hue angle of 48.87º 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 #625001 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB98801-
CMYK00.180.990.62
HSL48.87º97.98%19.41%-
HSV(B)48.87º98.98%38.43%-
XYZ7.918.341.22-
YUV76.3885.46143.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 54.75%
GREEN value IS 80 (31.64% from 255) = 44.69%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=54.75%
G=44.69%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9880100.180.990.6248.8797.9819.41
Hex62501012633E316213
Octal1421201022143766114223
Binary1100010101000010100101100011111110110001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625001; }

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

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

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

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

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

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

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

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