#6A4F53

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

Shades of Don Juan #6A4F53

Tints of Don Juan #6A4F53

Color information

#6A4F53 (or 0x6A4F53) is unknown color: approx Don Juan. HEX triplet: 6A, 4F and 53. RGB value is (106,79,83). Sum of RGB (Red+Green+Blue) = 106+79+83=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4F53 is #95B0AC. Grayscale: #575757. Windows color (decimal): -9810093 or 5459818. OLE color: 5459818.

HSL color Cylindrical-coordinate representation of color #6A4F53: hue angle of 351.11º 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 #6A4F53 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB1067983-
CMYK00.250.220.58
HSL351.11º14.59%36.27%-
HSV(B)351.11º25.47%41.57%-
XYZ10.39.289.43-
YUV87.53125.45141.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.55%
GREEN value IS 79 (31.25% from 255) = 29.48%
BLUE value IS 83 (32.81% from 255) = 30.97%
R=39.55%
G=29.48%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106798300.250.220.58351.1114.5936.27
Hex6A4F53019163A15ff24
Octal15211712303126725371744
Binary110101010011111010011011001101101110101010111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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