#68434B

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

Shades of Tawny Port #68434B

Tints of Tawny Port #68434B

Color information

#68434B (or 0x68434B) is unknown color: approx Tawny Port. HEX triplet: 68, 43 and 4B. RGB value is (104,67,75). Sum of RGB (Red+Green+Blue) = 104+67+75=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #68434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68434B is #97BCB4. Grayscale: #4E4E4E. Windows color (decimal): -9944245 or 4932456. OLE color: 4932456.

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

Color convert

RGB1046775-
CMYK00.360.280.59
HSL347.03º21.64%33.53%-
HSV(B)347.03º35.58%40.78%-
XYZ8.997.477.62-
YUV78.97125.76145.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.28%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=42.28%
G=27.24%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104677500.360.280.59347.0321.6433.53
Hex68434B0241C3B15b1622
Octal15010311304434735332642
Binary11010001000011100101101001001110011101110101101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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