#625156

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

Shades of Don Juan #625156

Tints of Don Juan #625156

Color information

#625156 (or 0x625156) is unknown color: approx Don Juan. HEX triplet: 62, 51 and 56. RGB value is (98,81,86). Sum of RGB (Red+Green+Blue) = 98+81+86=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 98 - color contains mainly: red. Hex color #625156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625156 is #9DAEA9. Grayscale: #565656. Windows color (decimal): -10333866 or 5656930. OLE color: 5656930.

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

Color convert

RGB988186-
CMYK00.170.120.62
HSL342.35º9.5%35.1%-
HSV(B)342.35º17.35%38.43%-
XYZ9.669.1510.06-
YUV86.65127.63136.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.98%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 86 (33.98% from 255) = 32.45%
R=36.98%
G=30.57%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98818600.170.120.62342.359.535.1
Hex625156011C3E156923
Octal14212112602114765261143
Binary11000101010001101011001000111001111101010101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625156; }

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

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

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

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

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

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

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

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