#69354D

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

Shades of Tawny Port #69354D

Tints of Tawny Port #69354D

Color information

#69354D (or 0x69354D) is unknown color: approx Tawny Port. HEX triplet: 69, 35 and 4D. RGB value is (105,53,77). Sum of RGB (Red+Green+Blue) = 105+53+77=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #69354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69354D is #96CAB2. Grayscale: #474747. Windows color (decimal): -9882291 or 5059945. OLE color: 5059945.

HSL color Cylindrical-coordinate representation of color #69354D: hue angle of 332.31º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69354D is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1055377-
CMYK00.500.270.59
HSL332.31º32.91%30.98%-
HSV(B)332.31º49.52%41.18%-
XYZ8.446.097.75-
YUV71.28131.23152.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.68%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 77 (30.47% from 255) = 32.77%
R=44.68%
G=22.55%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105537700.500.270.59332.3132.9130.98
Hex69354D0321B3B14c211f
Octal1516511506233735144137
Binary1101001110101100110101100101101111101110100110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69354D; }

 p { color: rgb(105,53,77); }

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

<style>
 a { background-color: #69354D; }

 a { background-color: rgb(105,53,77); }

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

<style>
 span { border-color: #69354D; }

 span { border-color: rgb(105,53,77); }

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