#695055

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

Shades of Don Juan #695055

Tints of Don Juan #695055

Color information

#695055 (or 0x695055) is unknown color: approx Don Juan. HEX triplet: 69, 50 and 55. RGB value is (105,80,85). Sum of RGB (Red+Green+Blue) = 105+80+85=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #695055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695055 is #96AFAA. Grayscale: #585858. Windows color (decimal): -9875371 or 5591145. OLE color: 5591145.

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

Color convert

RGB1058085-
CMYK00.240.190.59
HSL348º13.51%36.27%-
HSV(B)348º23.81%41.18%-
XYZ10.339.49.86-
YUV88.04126.28140.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.89%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=38.89%
G=29.63%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105808500.240.190.5934813.5136.27
Hex695055018133B15ce24
Octal15112012503023735341644
Binary110100110100001010101011000100111110111010111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695055; }

 p { color: rgb(105,80,85); }

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

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

 a { background-color: rgb(105,80,85); }

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

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

 span { border-color: rgb(105,80,85); }

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