#625140

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

Shades of Rock #625140

Tints of Rock #625140

Color information

#625140 (or 0x625140) is unknown color: approx Rock. HEX triplet: 62, 51 and 40. RGB value is (98,81,64). Sum of RGB (Red+Green+Blue) = 98+81+64=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 98 - color contains mainly: red. Hex color #625140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625140 is #9DAEBF. Grayscale: #545454. Windows color (decimal): -10333888 or 4215138. OLE color: 4215138.

HSL color Cylindrical-coordinate representation of color #625140: hue angle of 30º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #625140 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB988164-
CMYK00.170.350.62
HSL30º20.99%31.76%-
HSV(B)30º34.69%38.43%-
XYZ8.98.856.09-
YUV84.14116.63137.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.33%
GREEN value IS 81 (32.03% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 26.34%
R=40.33%
G=33.33%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98816400.170.350.623020.9931.76
Hex625140011233E1e1520
Octal1421211000214376362540
Binary1100010101000110000000100011000111111101111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625140; }

 p { color: rgb(98,81,64); }

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

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

 a { background-color: rgb(98,81,64); }

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

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

 span { border-color: rgb(98,81,64); }

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