#69323B

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

Shades of Merlot #69323B

Tints of Merlot #69323B

Color information

#69323B (or 0x69323B) is unknown color: approx Merlot. HEX triplet: 69, 32 and 3B. RGB value is (105,50,59). Sum of RGB (Red+Green+Blue) = 105+50+59=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #69323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69323B is #96CDC4. Grayscale: #434343. Windows color (decimal): -9883077 or 3879529. OLE color: 3879529.

HSL color Cylindrical-coordinate representation of color #69323B: hue angle of 350.18º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69323B is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB1055059-
CMYK00.520.440.59
HSL350.18º35.48%30.39%-
HSV(B)350.18º52.38%41.18%-
XYZ7.765.64.81-
YUV67.47123.22154.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.07%
GREEN value IS 50 (19.92% from 255) = 23.36%
BLUE value IS 59 (23.44% from 255) = 27.57%
R=49.07%
G=23.36%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105505900.520.440.59350.1835.4830.39
Hex69323B0342C3B15e231e
Octal151627306454735364336
Binary1101001110010111011011010010110011101110101111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69323B; }

 p { color: rgb(105,50,59); }

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

<style>
 a { background-color: #69323B; }

 a { background-color: rgb(105,50,59); }

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

<style>
 span { border-color: #69323B; }

 span { border-color: rgb(105,50,59); }

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