#6B4E53

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

Shades of Don Juan #6B4E53

Tints of Don Juan #6B4E53

Color information

#6B4E53 (or 0x6B4E53) is unknown color: approx Don Juan. HEX triplet: 6B, 4E and 53. RGB value is (107,78,83). Sum of RGB (Red+Green+Blue) = 107+78+83=268 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.93% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4E53 is #94B1AC. Grayscale: #575757. Windows color (decimal): -9744813 or 5459563. OLE color: 5459563.

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

Color convert

RGB1077883-
CMYK00.270.220.58
HSL349.66º15.68%36.27%-
HSV(B)349.66º27.1%41.96%-
XYZ10.359.29.41-
YUV87.24125.61142.09-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.93%
GREEN value IS 78 (30.86% from 255) = 29.10%
BLUE value IS 83 (32.81% from 255) = 30.97%
R=39.93%
G=29.10%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107788300.270.220.58349.6615.6836.27
Hex6B4E5301B163A15e1024
Octal15311612303326725362044
Binary1101011100111010100110110111011011101010101111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,78,83); }

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

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

 a { background-color: rgb(107,78,83); }

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

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

 span { border-color: rgb(107,78,83); }

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