#625702

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

Shades of Raw Umber #625702

Tints of Raw Umber #625702

Color information

#625702 (or 0x625702) is unknown color: approx Raw Umber. HEX triplet: 62, 57 and 02. RGB value is (98,87,2). Sum of RGB (Red+Green+Blue) = 98+87+2=187 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.41% from 187); Green value is 87 (34.38% from 255 or 46.52% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 98 - color contains mainly: red. Hex color #625702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625702 is #9DA8FD. Grayscale: #505050. Windows color (decimal): -10332414 or 153442. OLE color: 153442.

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

Color convert

RGB98872-
CMYK00.110.980.62
HSL53.12º96%19.61%-
HSV(B)53.12º97.96%38.43%-
XYZ8.469.421.43-
YUV80.683.64140.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.41%
GREEN value IS 87 (34.38% from 255) = 46.52%
BLUE value IS 2 (1.17% from 255) = 1.07%
R=52.41%
G=46.52%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9887200.110.980.6253.129619.61
Hex625720B623E356014
Octal1421272013142766514024
Binary1100010101011110010111100010111110110101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625702; }

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

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

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

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

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

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

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

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