#69304B

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

Shades of Tawny Port #69304B

Tints of Tawny Port #69304B

Color information

#69304B (or 0x69304B) is unknown color: approx Tawny Port. HEX triplet: 69, 30 and 4B. RGB value is (105,48,75). Sum of RGB (Red+Green+Blue) = 105+48+75=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #69304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69304B is #96CFB4. Grayscale: #444444. Windows color (decimal): -9883573 or 4927593. OLE color: 4927593.

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

Color convert

RGB1054875-
CMYK00.540.290.59
HSL331.58º37.25%30%-
HSV(B)331.58º54.29%41.18%-
XYZ8.155.637.31-
YUV68.12131.88154.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 48 (19.14% from 255) = 21.05%
BLUE value IS 75 (29.69% from 255) = 32.89%
R=46.05%
G=21.05%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105487500.540.290.59331.5837.2530
Hex69304B0361D3B14c251e
Octal1516011306635735144536
Binary1101001110000100101101101101110111101110100110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,48,75); }

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

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

 a { background-color: rgb(105,48,75); }

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

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

 span { border-color: rgb(105,48,75); }

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