#69384E

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

Shades of Tawny Port #69384E

Tints of Tawny Port #69384E

Color information

#69384E (or 0x69384E) is unknown color: approx Tawny Port. HEX triplet: 69, 38 and 4E. RGB value is (105,56,78). Sum of RGB (Red+Green+Blue) = 105+56+78=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #69384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69384E is #96C7B1. Grayscale: #494949. Windows color (decimal): -9881522 or 5126249. OLE color: 5126249.

HSL color Cylindrical-coordinate representation of color #69384E: hue angle of 333.06º 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 #69384E is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB1055678-
CMYK00.470.260.59
HSL333.06º30.43%31.57%-
HSV(B)333.06º46.67%41.18%-
XYZ8.626.387.99-
YUV73.16130.73150.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=43.93%
G=23.43%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105567800.470.260.59333.0630.4331.57
Hex69384E02F1A3B14d1e20
Octal1517011605732735153640
Binary1101001111000100111001011111101011101110100110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69384E; }

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

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

<style>
 a { background-color: #69384E; }

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

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

<style>
 span { border-color: #69384E; }

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

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