#6B4A50

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

Shades of Don Juan #6B4A50

Tints of Don Juan #6B4A50

Color information

#6B4A50 (or 0x6B4A50) is unknown color: approx Don Juan. HEX triplet: 6B, 4A and 50. RGB value is (107,74,80). Sum of RGB (Red+Green+Blue) = 107+74+80=261 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.00% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4A50 is #94B5AF. Grayscale: #545454. Windows color (decimal): -9745840 or 5261931. OLE color: 5261931.

HSL color Cylindrical-coordinate representation of color #6B4A50: hue angle of 349.09º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B4A50 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB1077480-
CMYK00.310.250.58
HSL349.09º18.23%35.49%-
HSV(B)349.09º30.84%41.96%-
XYZ9.968.68.72-
YUV84.55125.43144.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.00%
GREEN value IS 74 (29.30% from 255) = 28.35%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=41.00%
G=28.35%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107748000.310.250.58349.0918.2335.49
Hex6B4A5001F193A15d1223
Octal15311212003731725352243
Binary1101011100101010100000111111100111101010101110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,74,80); }

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

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

 a { background-color: rgb(107,74,80); }

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

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

 span { border-color: rgb(107,74,80); }

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