#69424A

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

Shades of Tawny Port #69424A

Tints of Tawny Port #69424A

Color information

#69424A (or 0x69424A) is unknown color: approx Tawny Port. HEX triplet: 69, 42 and 4A. RGB value is (105,66,74). Sum of RGB (Red+Green+Blue) = 105+66+74=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #69424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69424A is #96BDB5. Grayscale: #4E4E4E. Windows color (decimal): -9878966 or 4866665. OLE color: 4866665.

HSL color Cylindrical-coordinate representation of color #69424A: hue angle of 347.69º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69424A is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1056674-
CMYK00.370.300.59
HSL347.69º22.81%33.53%-
HSV(B)347.69º37.14%41.18%-
XYZ9.017.397.43-
YUV78.57125.42146.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=42.86%
G=26.94%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105667400.370.300.59347.6922.8133.53
Hex69424A0251E3B15c1722
Octal15110211204536735342742
Binary11010011000010100101001001011111011101110101110010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69424A; }

 p { color: rgb(105,66,74); }

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

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

 a { background-color: rgb(105,66,74); }

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

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

 span { border-color: rgb(105,66,74); }

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