#6F3435

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

Shades of Merlot #6F3435

Tints of Merlot #6F3435

Color information

#6F3435 (or 0x6F3435) is unknown color: approx Merlot. HEX triplet: 6F, 34 and 35. RGB value is (111,52,53). Sum of RGB (Red+Green+Blue) = 111+52+53=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3435 is #90CBCA. Grayscale: #454545. Windows color (decimal): -9489355 or 3486831. OLE color: 3486831.

HSL color Cylindrical-coordinate representation of color #6F3435: hue angle of 358.98º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F3435 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB1115253-
CMYK00.530.520.56
HSL358.98º36.2%31.96%-
HSV(B)358.98º53.15%43.53%-
XYZ8.436.094.1-
YUV69.76118.55157.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.39%
GREEN value IS 52 (20.70% from 255) = 24.07%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=51.39%
G=24.07%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111525300.530.520.56358.9836.231.96
Hex6F343503534381672420
Octal157646506564705474440
Binary11011111101001101010110101110100111000101100111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,52,53); }

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

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

 a { background-color: rgb(111,52,53); }

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

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

 span { border-color: rgb(111,52,53); }

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