#692F45

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

Shades of Tawny Port #692F45

Tints of Tawny Port #692F45

Color information

#692F45 (or 0x692F45) is unknown color: approx Tawny Port. HEX triplet: 69, 2F and 45. RGB value is (105,47,69). Sum of RGB (Red+Green+Blue) = 105+47+69=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #692F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692F45 is #96D0BA. Grayscale: #424242. Windows color (decimal): -9883835 or 4534121. OLE color: 4534121.

HSL color Cylindrical-coordinate representation of color #692F45: hue angle of 337.24º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #692F45 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB1054769-
CMYK00.550.340.59
HSL337.24º38.16%29.8%-
HSV(B)337.24º55.24%41.18%-
XYZ7.925.476.27-
YUV66.85129.22155.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.51%
GREEN value IS 47 (18.75% from 255) = 21.27%
BLUE value IS 69 (27.34% from 255) = 31.22%
R=47.51%
G=21.27%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105476900.550.340.59337.2438.1629.8
Hex692F45037223B151261e
Octal1515710506742735214636
Binary11010011011111000101011011110001011101110101000110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692F45; }

 p { color: rgb(105,47,69); }

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

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

 a { background-color: rgb(105,47,69); }

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

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

 span { border-color: rgb(105,47,69); }

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