#67344B

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

Shades of Tawny Port #67344B

Tints of Tawny Port #67344B

Color information

#67344B (or 0x67344B) is unknown color: approx Tawny Port. HEX triplet: 67, 34 and 4B. RGB value is (103,52,75). Sum of RGB (Red+Green+Blue) = 103+52+75=230 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.78% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 103 - color contains mainly: red. Hex color #67344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67344B is #98CBB4. Grayscale: #454545. Windows color (decimal): -10013621 or 4928615. OLE color: 4928615.

HSL color Cylindrical-coordinate representation of color #67344B: hue angle of 332.94º 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 #67344B is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1035275-
CMYK00.500.270.60
HSL332.94º32.9%30.39%-
HSV(B)332.94º49.51%40.39%-
XYZ8.095.857.36-
YUV69.87130.9151.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.78%
GREEN value IS 52 (20.70% from 255) = 22.61%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=44.78%
G=22.61%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103527500.500.270.60332.9432.930.39
Hex67344B0321B3C14d211e
Octal1476411306233745154136
Binary1100111110100100101101100101101111110010100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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