#65424B

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

Shades of Tawny Port #65424B

Tints of Tawny Port #65424B

Color information

#65424B (or 0x65424B) is unknown color: approx Tawny Port. HEX triplet: 65, 42 and 4B. RGB value is (101,66,75). Sum of RGB (Red+Green+Blue) = 101+66+75=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 101 - color contains mainly: red. Hex color #65424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65424B is #9ABDB4. Grayscale: #4D4D4D. Windows color (decimal): -10141109 or 4932197. OLE color: 4932197.

HSL color Cylindrical-coordinate representation of color #65424B: hue angle of 344.57º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65424B is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB1016675-
CMYK00.350.260.60
HSL344.57º20.96%32.75%-
HSV(B)344.57º34.65%39.61%-
XYZ8.597.177.59-
YUV77.49126.6144.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.74%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=41.74%
G=27.27%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101667500.350.260.60344.5720.9632.75
Hex65424B0231A3C1591521
Octal14510211304332745312541
Binary11001011000010100101101000111101011110010101100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,66,75); }

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

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

 a { background-color: rgb(101,66,75); }

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

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

 span { border-color: rgb(101,66,75); }

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