#69384B

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

Shades of Tawny Port #69384B

Tints of Tawny Port #69384B

Color information

#69384B (or 0x69384B) is unknown color: approx Tawny Port. HEX triplet: 69, 38 and 4B. RGB value is (105,56,75). Sum of RGB (Red+Green+Blue) = 105+56+75=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #69384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69384B is #96C7B4. Grayscale: #484848. Windows color (decimal): -9881525 or 4929641. OLE color: 4929641.

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

Color convert

RGB1055675-
CMYK00.470.290.59
HSL336.73º30.43%31.57%-
HSV(B)336.73º46.67%41.18%-
XYZ8.516.347.43-
YUV72.82129.23150.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.49%
GREEN value IS 56 (22.27% from 255) = 23.73%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=44.49%
G=23.73%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105567500.470.290.59336.7330.4331.57
Hex69384B02F1D3B1511e20
Octal1517011305735735213640
Binary1101001111000100101101011111110111101110101000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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