#625201

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

Shades of Raw Umber #625201

Tints of Raw Umber #625201

Color information

#625201 (or 0x625201) is unknown color: approx Raw Umber. HEX triplet: 62, 52 and 01. RGB value is (98,82,1). Sum of RGB (Red+Green+Blue) = 98+82+1=181 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.14% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 98 - color contains mainly: red. Hex color #625201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625201 is #9DADFE. Grayscale: #4D4D4D. Windows color (decimal): -10333695 or 86626. OLE color: 86626.

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

Color convert

RGB98821-
CMYK00.160.990.62
HSL50.1º97.98%19.41%-
HSV(B)50.1º98.98%38.43%-
XYZ8.068.631.27-
YUV77.5584.8142.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 54.14%
GREEN value IS 82 (32.42% from 255) = 45.30%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=54.14%
G=45.30%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9882100.160.990.6250.197.9819.41
Hex62521010633E326213
Octal1421221020143766214223
Binary1100010101001010100001100011111110110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625201; }

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

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

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

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

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

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

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

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