#6B4B4F

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

Shades of Don Juan #6B4B4F

Tints of Don Juan #6B4B4F

Color information

#6B4B4F (or 0x6B4B4F) is unknown color: approx Don Juan. HEX triplet: 6B, 4B and 4F. RGB value is (107,75,79). Sum of RGB (Red+Green+Blue) = 107+75+79=261 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.00% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4B4F is #94B4B0. Grayscale: #555555. Windows color (decimal): -9745585 or 5196651. OLE color: 5196651.

HSL color Cylindrical-coordinate representation of color #6B4B4F: hue angle of 352.5º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B4B4F is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB1077579-
CMYK00.300.260.58
HSL352.5º17.58%35.69%-
HSV(B)352.5º29.91%41.96%-
XYZ9.998.728.55-
YUV85.02124.6143.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.00%
GREEN value IS 75 (29.69% from 255) = 28.74%
BLUE value IS 79 (31.25% from 255) = 30.27%
R=41.00%
G=28.74%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107757900.300.260.58352.517.5835.69
Hex6B4B4F01E1A3A1601224
Octal15311311703632725402244
Binary1101011100101110011110111101101011101010110000010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,75,79); }

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

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

 a { background-color: rgb(107,75,79); }

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

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

 span { border-color: rgb(107,75,79); }

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