#67304B

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

Shades of Tawny Port #67304B

Tints of Tawny Port #67304B

Color information

#67304B (or 0x67304B) is unknown color: approx Tawny Port. HEX triplet: 67, 30 and 4B. RGB value is (103,48,75). Sum of RGB (Red+Green+Blue) = 103+48+75=226 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.58% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 103 - color contains mainly: red. Hex color #67304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67304B is #98CFB4. Grayscale: #434343. Windows color (decimal): -10014645 or 4927591. OLE color: 4927591.

HSL color Cylindrical-coordinate representation of color #67304B: hue angle of 330.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67304B is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1034875-
CMYK00.530.270.60
HSL330.55º36.42%29.61%-
HSV(B)330.55º53.4%40.39%-
XYZ7.925.517.3-
YUV67.52132.22153.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.58%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 75 (29.69% from 255) = 33.19%
R=45.58%
G=21.24%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103487500.530.270.60330.5536.4229.61
Hex67304B0351B3C14b241e
Octal1476011306533745134436
Binary1100111110000100101101101011101111110010100101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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