#693448

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

Shades of Tawny Port #693448

Tints of Tawny Port #693448

Color information

#693448 (or 0x693448) is unknown color: approx Tawny Port. HEX triplet: 69, 34 and 48. RGB value is (105,52,72). Sum of RGB (Red+Green+Blue) = 105+52+72=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #693448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693448 is #96CBB7. Grayscale: #464646. Windows color (decimal): -9882552 or 4732009. OLE color: 4732009.

HSL color Cylindrical-coordinate representation of color #693448: hue angle of 337.36º degrees, saturation: 0.34, 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 #693448 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB1055272-
CMYK00.500.310.59
HSL337.36º33.76%30.78%-
HSV(B)337.36º50.48%41.18%-
XYZ8.225.936.84-
YUV70.13129.06152.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.85%
GREEN value IS 52 (20.70% from 255) = 22.71%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=45.85%
G=22.71%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105527200.500.310.59337.3633.7630.78
Hex6934480321F3B151221f
Octal1516411006237735214237
Binary1101001110100100100001100101111111101110101000110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693448; }

 p { color: rgb(105,52,72); }

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

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

 a { background-color: rgb(105,52,72); }

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

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

 span { border-color: rgb(105,52,72); }

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