#625602

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

Shades of Raw Umber #625602

Tints of Raw Umber #625602

Color information

#625602 (or 0x625602) is unknown color: approx Raw Umber. HEX triplet: 62, 56 and 02. RGB value is (98,86,2). Sum of RGB (Red+Green+Blue) = 98+86+2=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #625602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625602 is #9DA9FD. Grayscale: #505050. Windows color (decimal): -10332670 or 153186. OLE color: 153186.

HSL color Cylindrical-coordinate representation of color #625602: hue angle of 52.5º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #625602 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB98862-
CMYK00.120.980.62
HSL52.5º96%19.61%-
HSV(B)52.5º97.96%38.43%-
XYZ8.389.261.4-
YUV80.0183.98140.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.69%
GREEN value IS 86 (33.98% from 255) = 46.24%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=52.69%
G=46.24%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9886200.120.980.6252.59619.61
Hex625620C623E346014
Octal1421262014142766414024
Binary1100010101011010011001100010111110110100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625602; }

 p { color: rgb(98,86,2); }

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

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

 a { background-color: rgb(98,86,2); }

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

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

 span { border-color: rgb(98,86,2); }

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