#61414B

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

Shades of Tawny Port #61414B

Tints of Tawny Port #61414B

Color information

#61414B (or 0x61414B) is unknown color: approx Tawny Port. HEX triplet: 61, 41 and 4B. RGB value is (97,65,75). Sum of RGB (Red+Green+Blue) = 97+65+75=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #61414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61414B is #9EBEB4. Grayscale: #4B4B4B. Windows color (decimal): -10403509 or 4931937. OLE color: 4931937.

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

Color convert

RGB976575-
CMYK00.330.230.62
HSL341.25º19.75%31.76%-
HSV(B)341.25º32.99%38.04%-
XYZ8.096.837.55-
YUV75.71127.6143.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.93%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=40.93%
G=27.43%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97657500.330.230.62341.2519.7531.76
Hex61414B021173E1551420
Octal14110111304127765252440
Binary11000011000001100101101000011011111111010101010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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