#6B4D53

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

Shades of Don Juan #6B4D53

Tints of Don Juan #6B4D53

Color information

#6B4D53 (or 0x6B4D53) is unknown color: approx Don Juan. HEX triplet: 6B, 4D and 53. RGB value is (107,77,83). Sum of RGB (Red+Green+Blue) = 107+77+83=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4D53 is #94B2AC. Grayscale: #565656. Windows color (decimal): -9745069 or 5459307. OLE color: 5459307.

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

Color convert

RGB1077783-
CMYK00.280.220.58
HSL348º16.3%36.08%-
HSV(B)348º28.04%41.96%-
XYZ10.289.069.39-
YUV86.65125.94142.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.07%
GREEN value IS 77 (30.47% from 255) = 28.84%
BLUE value IS 83 (32.81% from 255) = 31.09%
R=40.07%
G=28.84%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107778300.280.220.5834816.336.08
Hex6B4D5301C163A15c1024
Octal15311512303426725342044
Binary1101011100110110100110111001011011101010101110010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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