#625500

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

Shades of Raw Umber #625500

Tints of Raw Umber #625500

Color information

#625500 (or 0x625500) is unknown color: approx Raw Umber. HEX triplet: 62, 55 and 00. RGB value is (98,85,0). Sum of RGB (Red+Green+Blue) = 98+85+0=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #625500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625500 is #9DAAFF. Grayscale: #4F4F4F. Windows color (decimal): -10332928 or 21858. OLE color: 21858.

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

Color convert

RGB98850-
CMYK00.1310.62
HSL52.04º100%19.22%-
HSV(B)52.04º100%38.43%-
XYZ8.299.091.32-
YUV79.283.31141.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.55%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.55%
G=46.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9885000.1310.6252.0410019.22
Hex625500D643E346413
Octal1421250015144766414423
Binary110001010101010011011100100111110110100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625500; }

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

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

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

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

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

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

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

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