#67344A

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

Shades of Tawny Port #67344A

Tints of Tawny Port #67344A

Color information

#67344A (or 0x67344A) is unknown color: approx Tawny Port. HEX triplet: 67, 34 and 4A. RGB value is (103,52,74). Sum of RGB (Red+Green+Blue) = 103+52+74=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 103 - color contains mainly: red. Hex color #67344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67344A is #98CBB5. Grayscale: #454545. Windows color (decimal): -10013622 or 4863079. OLE color: 4863079.

HSL color Cylindrical-coordinate representation of color #67344A: hue angle of 334.12º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67344A is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB1035274-
CMYK00.500.280.60
HSL334.12º32.9%30.39%-
HSV(B)334.12º49.51%40.39%-
XYZ8.065.837.18-
YUV69.76130.4151.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.98%
GREEN value IS 52 (20.70% from 255) = 22.71%
BLUE value IS 74 (29.30% from 255) = 32.31%
R=44.98%
G=22.71%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103527400.500.280.60334.1232.930.39
Hex67344A0321C3C14e211e
Octal1476411206234745164136
Binary1100111110100100101001100101110011110010100111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,52,74); }

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

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

 a { background-color: rgb(103,52,74); }

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

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

 span { border-color: rgb(103,52,74); }

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