#625504

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

Shades of Raw Umber #625504

Tints of Raw Umber #625504

Color information

#625504 (or 0x625504) is unknown color: approx Raw Umber. HEX triplet: 62, 55 and 04. RGB value is (98,85,4). Sum of RGB (Red+Green+Blue) = 98+85+4=187 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.41% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 98 - color contains mainly: red. Hex color #625504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625504 is #9DAAFB. Grayscale: #4F4F4F. Windows color (decimal): -10332924 or 284002. OLE color: 284002.

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

Color convert

RGB98854-
CMYK00.130.960.62
HSL51.7º92.16%20%-
HSV(B)51.7º95.92%38.43%-
XYZ8.319.11.43-
YUV79.6585.31141.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.41%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 4 (1.95% from 255) = 2.14%
R=52.41%
G=45.45%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9885400.130.960.6251.792.1620
Hex625540D603E345c14
Octal1421254015140766413424
Binary11000101010101100011011100000111110110100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625504; }

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

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

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

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

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

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

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

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