#694B51

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

Shades of Don Juan #694B51

Tints of Don Juan #694B51

Color information

#694B51 (or 0x694B51) is unknown color: approx Don Juan. HEX triplet: 69, 4B and 51. RGB value is (105,75,81). Sum of RGB (Red+Green+Blue) = 105+75+81=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #694B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694B51 is #96B4AE. Grayscale: #545454. Windows color (decimal): -9876655 or 5327721. OLE color: 5327721.

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

Color convert

RGB1057581-
CMYK00.290.230.59
HSL348º16.67%35.29%-
HSV(B)348º28.57%41.18%-
XYZ9.838.638.93-
YUV84.65125.94142.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.23%
GREEN value IS 75 (29.69% from 255) = 28.74%
BLUE value IS 81 (32.03% from 255) = 31.03%
R=40.23%
G=28.74%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105758100.290.230.5934816.6735.29
Hex694B5101D173B15c1123
Octal15111312103527735342143
Binary1101001100101110100010111011011111101110101110010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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