#69414B

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

Shades of Tawny Port #69414B

Tints of Tawny Port #69414B

Color information

#69414B (or 0x69414B) is unknown color: approx Tawny Port. HEX triplet: 69, 41 and 4B. RGB value is (105,65,75). Sum of RGB (Red+Green+Blue) = 105+65+75=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #69414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69414B is #96BEB4. Grayscale: #4E4E4E. Windows color (decimal): -9879221 or 4931945. OLE color: 4931945.

HSL color Cylindrical-coordinate representation of color #69414B: hue angle of 345º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69414B is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1056575-
CMYK00.380.290.59
HSL345º23.53%33.33%-
HSV(B)345º38.1%41.18%-
XYZ8.997.297.59-
YUV78.1126.25147.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=42.86%
G=26.53%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105657500.380.290.5934523.5333.33
Hex69414B0261D3B1591821
Octal15110111304635735313041
Binary11010011000001100101101001101110111101110101100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69414B; }

 p { color: rgb(105,65,75); }

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

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

 a { background-color: rgb(105,65,75); }

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

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

 span { border-color: rgb(105,65,75); }

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