#6A4F55

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

Shades of Don Juan #6A4F55

Tints of Don Juan #6A4F55

Color information

#6A4F55 (or 0x6A4F55) is unknown color: approx Don Juan. HEX triplet: 6A, 4F and 55. RGB value is (106,79,85). Sum of RGB (Red+Green+Blue) = 106+79+85=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4F55 is #95B0AA. Grayscale: #575757. Windows color (decimal): -9810091 or 5590890. OLE color: 5590890.

HSL color Cylindrical-coordinate representation of color #6A4F55: hue angle of 346.67º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A4F55 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB1067985-
CMYK00.250.200.58
HSL346.67º14.59%36.27%-
HSV(B)346.67º25.47%41.57%-
XYZ10.389.319.84-
YUV87.76126.45141.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.26%
GREEN value IS 79 (31.25% from 255) = 29.26%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=39.26%
G=29.26%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106798500.250.200.58346.6714.5936.27
Hex6A4F55019143A15bf24
Octal15211712503124725331744
Binary110101010011111010101011001101001110101010110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A4F55; }

 p { color: rgb(106,79,85); }

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

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

 a { background-color: rgb(106,79,85); }

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

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

 span { border-color: rgb(106,79,85); }

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