#69364C

Color #69364C Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #69364C

Tints of Tawny Port #69364C

Color information

#69364C (or 0x69364C) is unknown color: approx Tawny Port. HEX triplet: 69, 36 and 4C. RGB value is (105,54,76). Sum of RGB (Red+Green+Blue) = 105+54+76=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #69364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69364C is #96C9B3. Grayscale: #474747. Windows color (decimal): -9882036 or 4994665. OLE color: 4994665.

HSL color Cylindrical-coordinate representation of color #69364C: hue angle of 334.12º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69364C is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1055476-
CMYK00.490.280.59
HSL334.12º32.08%31.18%-
HSV(B)334.12º48.57%41.18%-
XYZ8.456.167.58-
YUV71.76130.4151.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.68%
GREEN value IS 54 (21.48% from 255) = 22.98%
BLUE value IS 76 (30.08% from 255) = 32.34%
R=44.68%
G=22.98%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105547600.490.280.59334.1232.0831.18
Hex69364C0311C3B14e201f
Octal1516611406134735164037
Binary1101001110110100110001100011110011101110100111010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69364C; }

 p { color: rgb(105,54,76); }

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

<style>
 a { background-color: #69364C; }

 a { background-color: rgb(105,54,76); }

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

<style>
 span { border-color: #69364C; }

 span { border-color: rgb(105,54,76); }

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