#695156

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

Shades of Don Juan #695156

Tints of Don Juan #695156

Color information

#695156 (or 0x695156) is unknown color: approx Don Juan. HEX triplet: 69, 51 and 56. RGB value is (105,81,86). Sum of RGB (Red+Green+Blue) = 105+81+86=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 105 - color contains mainly: red. Hex color #695156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695156 is #96AEA9. Grayscale: #585858. Windows color (decimal): -9875114 or 5656937. OLE color: 5656937.

HSL color Cylindrical-coordinate representation of color #695156: hue angle of 347.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #695156 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1058186-
CMYK00.230.180.59
HSL347.5º12.9%36.47%-
HSV(B)347.5º22.86%41.18%-
XYZ10.459.5610.1-
YUV88.75126.45139.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.60%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 86 (33.98% from 255) = 31.62%
R=38.60%
G=29.78%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105818600.230.180.59347.512.936.47
Hex695156017123B15cd24
Octal15112112602722735341544
Binary110100110100011010110010111100101110111010111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695156; }

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

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

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

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

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

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

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

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