#685358

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

Shades of Don Juan #685358

Tints of Don Juan #685358

Color information

#685358 (or 0x685358) is unknown color: approx Don Juan. HEX triplet: 68, 53 and 58. RGB value is (104,83,88). Sum of RGB (Red+Green+Blue) = 104+83+88=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #685358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685358 is #97ACA7. Grayscale: #595959. Windows color (decimal): -9940136 or 5788520. OLE color: 5788520.

HSL color Cylindrical-coordinate representation of color #685358: hue angle of 345.71º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #685358 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB1048388-
CMYK00.200.150.59
HSL345.71º11.23%36.67%-
HSV(B)345.71º20.19%40.78%-
XYZ10.569.8310.57-
YUV89.85126.96138.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.82%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 88 (34.77% from 255) = 32%
R=37.82%
G=30.18%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104838800.200.150.59345.7111.2336.67
Hex685358014F3B15ab25
Octal15012313002417735321345
Binary11010001010011101100001010011111110111010110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685358; }

 p { color: rgb(104,83,88); }

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

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

 a { background-color: rgb(104,83,88); }

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

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

 span { border-color: rgb(104,83,88); }

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