#625600

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

Shades of Raw Umber #625600

Tints of Raw Umber #625600

Color information

#625600 (or 0x625600) is unknown color: approx Raw Umber. HEX triplet: 62, 56 and 00. RGB value is (98,86,0). Sum of RGB (Red+Green+Blue) = 98+86+0=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #625600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625600 is #9DA9FF. Grayscale: #505050. Windows color (decimal): -10332672 or 22114. OLE color: 22114.

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

Color convert

RGB98860-
CMYK00.1210.62
HSL52.65º100%19.22%-
HSV(B)52.65º100%38.43%-
XYZ8.369.251.34-
YUV79.7882.98140.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.26%
GREEN value IS 86 (33.98% from 255) = 46.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.26%
G=46.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9886000.1210.6252.6510019.22
Hex625600C643E356413
Octal1421260014144766514423
Binary110001010101100011001100100111110110101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625600; }

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

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

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

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

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

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

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

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