#67334A

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

Shades of Tawny Port #67334A

Tints of Tawny Port #67334A

Color information

#67334A (or 0x67334A) is unknown color: approx Tawny Port. HEX triplet: 67, 33 and 4A. RGB value is (103,51,74). Sum of RGB (Red+Green+Blue) = 103+51+74=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 103 - color contains mainly: red. Hex color #67334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67334A is #98CCB5. Grayscale: #454545. Windows color (decimal): -10013878 or 4862823. OLE color: 4862823.

HSL color Cylindrical-coordinate representation of color #67334A: hue angle of 333.46º degrees, saturation: 0.34, 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 #67334A is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB1035174-
CMYK00.500.280.60
HSL333.46º33.77%30.2%-
HSV(B)333.46º50.49%40.39%-
XYZ8.015.757.17-
YUV69.17130.73152.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.18%
GREEN value IS 51 (20.31% from 255) = 22.37%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=45.18%
G=22.37%
B=32.46%

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
Decimal103517400.500.280.60333.4633.7730.2
Hex67334A0321C3C14d221e
Octal1476311206234745154236
Binary1100111110011100101001100101110011110010100110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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