#6C4D52

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

Shades of Don Juan #6C4D52

Tints of Don Juan #6C4D52

Color information

#6C4D52 (or 0x6C4D52) is unknown color: approx Don Juan. HEX triplet: 6C, 4D and 52. RGB value is (108,77,82). Sum of RGB (Red+Green+Blue) = 108+77+82=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4D52 is #93B2AD. Grayscale: #565656. Windows color (decimal): -9679534 or 5393772. OLE color: 5393772.

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

Color convert

RGB1087782-
CMYK00.290.240.58
HSL350.32º16.76%36.27%-
HSV(B)350.32º28.7%42.35%-
XYZ10.369.119.19-
YUV86.84125.27143.09-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.45%
GREEN value IS 77 (30.47% from 255) = 28.84%
BLUE value IS 82 (32.42% from 255) = 30.71%
R=40.45%
G=28.84%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108778200.290.240.58350.3216.7636.27
Hex6C4D5201D183A15e1124
Octal15411512203530725362144
Binary1101100100110110100100111011100011101010101111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,77,82); }

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

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

 a { background-color: rgb(108,77,82); }

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

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

 span { border-color: rgb(108,77,82); }

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