#6A4E52

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

Shades of Don Juan #6A4E52

Tints of Don Juan #6A4E52

Color information

#6A4E52 (or 0x6A4E52) is unknown color: approx Don Juan. HEX triplet: 6A, 4E and 52. RGB value is (106,78,82). Sum of RGB (Red+Green+Blue) = 106+78+82=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4E52 is #95B1AD. Grayscale: #565656. Windows color (decimal): -9810350 or 5394026. OLE color: 5394026.

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

Color convert

RGB1067882-
CMYK00.260.230.58
HSL351.43º15.22%36.08%-
HSV(B)351.43º26.42%41.57%-
XYZ10.199.129.21-
YUV86.83125.28141.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.85%
GREEN value IS 78 (30.86% from 255) = 29.32%
BLUE value IS 82 (32.42% from 255) = 30.83%
R=39.85%
G=29.32%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106788200.260.230.58351.4315.2236.08
Hex6A4E5201A173A15ff24
Octal15211612203227725371744
Binary110101010011101010010011010101111110101010111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,78,82); }

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

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

 a { background-color: rgb(106,78,82); }

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

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

 span { border-color: rgb(106,78,82); }

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