#694C50

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

Shades of Don Juan #694C50

Tints of Don Juan #694C50

Color information

#694C50 (or 0x694C50) is unknown color: approx Don Juan. HEX triplet: 69, 4C and 50. RGB value is (105,76,80). Sum of RGB (Red+Green+Blue) = 105+76+80=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #694C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694C50 is #96B3AF. Grayscale: #555555. Windows color (decimal): -9876400 or 5262441. OLE color: 5262441.

HSL color Cylindrical-coordinate representation of color #694C50: hue angle of 351.72º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #694C50 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB1057680-
CMYK00.280.240.59
HSL351.72º16.02%35.49%-
HSV(B)351.72º27.62%41.18%-
XYZ9.868.758.76-
YUV85.13125.11142.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.23%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=40.23%
G=29.12%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105768000.280.240.59351.7216.0235.49
Hex694C5001C183B1601023
Octal15111412003430735402043
Binary1101001100110010100000111001100011101110110000010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694C50; }

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

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

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

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

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

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

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

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