#61424B

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

Shades of Tawny Port #61424B

Tints of Tawny Port #61424B

Color information

#61424B (or 0x61424B) is unknown color: approx Tawny Port. HEX triplet: 61, 42 and 4B. RGB value is (97,66,75). Sum of RGB (Red+Green+Blue) = 97+66+75=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #61424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61424B is #9EBDB4. Grayscale: #4C4C4C. Windows color (decimal): -10403253 or 4932193. OLE color: 4932193.

HSL color Cylindrical-coordinate representation of color #61424B: hue angle of 342.58º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61424B is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB976675-
CMYK00.320.230.62
HSL342.58º19.02%31.96%-
HSV(B)342.58º31.96%38.04%-
XYZ8.156.957.57-
YUV76.3127.27142.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.76%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 75 (29.69% from 255) = 31.51%
R=40.76%
G=27.73%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97667500.320.230.62342.5819.0231.96
Hex61424B020173E1571320
Octal14110211304027765272340
Binary11000011000010100101101000001011111111010101011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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