#6B3335

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

Shades of Merlot #6B3335

Tints of Merlot #6B3335

Color information

#6B3335 (or 0x6B3335) is unknown color: approx Merlot. HEX triplet: 6B, 33 and 35. RGB value is (107,51,53). Sum of RGB (Red+Green+Blue) = 107+51+53=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3335 is #94CCCA. Grayscale: #444444. Windows color (decimal): -9751755 or 3486571. OLE color: 3486571.

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

Color convert

RGB1075153-
CMYK00.520.500.58
HSL357.86º35.44%30.98%-
HSV(B)357.86º52.34%41.96%-
XYZ7.895.754.06-
YUV67.97119.55155.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.71%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 53 (21.09% from 255) = 25.12%
R=50.71%
G=24.17%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107515300.520.500.58357.8635.4430.98
Hex6B3335034323A166231f
Octal153636506462725464337
Binary1101011110011110101011010011001011101010110011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,51,53); }

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

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

 a { background-color: rgb(107,51,53); }

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

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

 span { border-color: rgb(107,51,53); }

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