#625142

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

Shades of Rock #625142

Tints of Rock #625142

Color information

#625142 (or 0x625142) is unknown color: approx Rock. HEX triplet: 62, 51 and 42. RGB value is (98,81,66). Sum of RGB (Red+Green+Blue) = 98+81+66=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 98 - color contains mainly: red. Hex color #625142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625142 is #9DAEBD. Grayscale: #545454. Windows color (decimal): -10333886 or 4346210. OLE color: 4346210.

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

Color convert

RGB988166-
CMYK00.170.330.62
HSL28.13º19.51%32.16%-
HSV(B)28.13º32.65%38.43%-
XYZ8.968.876.39-
YUV84.37117.63137.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40%
GREEN value IS 81 (32.03% from 255) = 33.06%
BLUE value IS 66 (26.17% from 255) = 26.94%
R=40%
G=33.06%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98816600.170.330.6228.1319.5132.16
Hex625142011213E1c1420
Octal1421211020214176342440
Binary1100010101000110000100100011000011111101110010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625142; }

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

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

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

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

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

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

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

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