#694C4F

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

Shades of Don Juan #694C4F

Tints of Don Juan #694C4F

Color information

#694C4F (or 0x694C4F) is unknown color: approx Don Juan. HEX triplet: 69, 4C and 4F. RGB value is (105,76,79). Sum of RGB (Red+Green+Blue) = 105+76+79=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #694C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694C4F is #96B3B0. Grayscale: #555555. Windows color (decimal): -9876401 or 5196905. OLE color: 5196905.

HSL color Cylindrical-coordinate representation of color #694C4F: hue angle of 353.79º 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 #694C4F is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1057679-
CMYK00.280.250.59
HSL353.79º16.02%35.49%-
HSV(B)353.79º27.62%41.18%-
XYZ9.828.748.57-
YUV85.01124.61142.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 76 (30.08% from 255) = 29.23%
BLUE value IS 79 (31.25% from 255) = 30.38%
R=40.38%
G=29.23%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105767900.280.250.59353.7916.0235.49
Hex694C4F01C193B1621023
Octal15111411703431735422043
Binary1101001100110010011110111001100111101110110001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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