#68424B

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

Shades of Tawny Port #68424B

Tints of Tawny Port #68424B

Color information

#68424B (or 0x68424B) is unknown color: approx Tawny Port. HEX triplet: 68, 42 and 4B. RGB value is (104,66,75). Sum of RGB (Red+Green+Blue) = 104+66+75=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #68424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68424B is #97BDB4. Grayscale: #4E4E4E. Windows color (decimal): -9944501 or 4932200. OLE color: 4932200.

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

Color convert

RGB1046675-
CMYK00.370.280.59
HSL345.79º22.35%33.33%-
HSV(B)345.79º36.54%40.78%-
XYZ8.937.357.6-
YUV78.39126.09146.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=42.45%
G=26.94%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104667500.370.280.59345.7922.3533.33
Hex68424B0251C3B15a1621
Octal15010211304534735322641
Binary11010001000010100101101001011110011101110101101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,66,75); }

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

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

 a { background-color: rgb(104,66,75); }

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

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

 span { border-color: rgb(104,66,75); }

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