#69383A

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

Shades of Merlot #69383A

Tints of Merlot #69383A

Color information

#69383A (or 0x69383A) is unknown color: approx Merlot. HEX triplet: 69, 38 and 3A. RGB value is (105,56,58). Sum of RGB (Red+Green+Blue) = 105+56+58=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #69383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69383A is #96C7C5. Grayscale: #464646. Windows color (decimal): -9881542 or 3815529. OLE color: 3815529.

HSL color Cylindrical-coordinate representation of color #69383A: hue angle of 357.55º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69383A is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB1055658-
CMYK00.470.450.59
HSL357.55º30.43%31.57%-
HSV(B)357.55º46.67%41.18%-
XYZ86.144.77-
YUV70.88120.73152.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 56 (22.27% from 255) = 25.57%
BLUE value IS 58 (23.05% from 255) = 26.48%
R=47.95%
G=25.57%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105565800.470.450.59357.5530.4331.57
Hex69383A02F2D3B1661e20
Octal151707205755735463640
Binary1101001111000111010010111110110111101110110011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69383A; }

 p { color: rgb(105,56,58); }

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

<style>
 a { background-color: #69383A; }

 a { background-color: rgb(105,56,58); }

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

<style>
 span { border-color: #69383A; }

 span { border-color: rgb(105,56,58); }

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