#69444C

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

Shades of Tawny Port #69444C

Tints of Tawny Port #69444C

Color information

#69444C (or 0x69444C) is unknown color: approx Tawny Port. HEX triplet: 69, 44 and 4C. RGB value is (105,68,76). Sum of RGB (Red+Green+Blue) = 105+68+76=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #69444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69444C is #96BBB3. Grayscale: #4F4F4F. Windows color (decimal): -9878452 or 4998249. OLE color: 4998249.

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

Color convert

RGB1056876-
CMYK00.350.280.59
HSL347.03º21.39%33.92%-
HSV(B)347.03º35.24%41.18%-
XYZ9.27.667.83-
YUV79.97125.76145.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.17%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 76 (30.08% from 255) = 30.52%
R=42.17%
G=27.31%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105687600.350.280.59347.0321.3933.92
Hex69444C0231C3B15b1522
Octal15110411404334735332542
Binary11010011000100100110001000111110011101110101101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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