#69374C

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

Shades of Tawny Port #69374C

Tints of Tawny Port #69374C

Color information

#69374C (or 0x69374C) is unknown color: approx Tawny Port. HEX triplet: 69, 37 and 4C. RGB value is (105,55,76). Sum of RGB (Red+Green+Blue) = 105+55+76=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #69374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69374C is #96C8B3. Grayscale: #484848. Windows color (decimal): -9881780 or 4994921. OLE color: 4994921.

HSL color Cylindrical-coordinate representation of color #69374C: hue angle of 334.8º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69374C is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1055576-
CMYK00.480.280.59
HSL334.8º31.25%31.37%-
HSV(B)334.8º47.62%41.18%-
XYZ8.56.267.6-
YUV72.34130.06151.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.49%
GREEN value IS 55 (21.88% from 255) = 23.31%
BLUE value IS 76 (30.08% from 255) = 32.20%
R=44.49%
G=23.31%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105557600.480.280.59334.831.2531.37
Hex69374C0301C3B14f1f1f
Octal1516711406034735173737
Binary110100111011110011000110000111001110111010011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69374C; }

 p { color: rgb(105,55,76); }

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

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

 a { background-color: rgb(105,55,76); }

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

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

 span { border-color: rgb(105,55,76); }

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