Html Css Color HEX #61414B Tawny Port

📋 copy color: '#61414B'

red 97 ◦ green 65 ◦ blue 75

#61414B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tawny Port #61414B

Tints of Tawny Port #61414B

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 value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#61414B (or 0x61414B) is known color: 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

RGB 97 65 75 -
CMYK 0 0.33 0.23 0.62
HSL 341.25º 0.2% 0.32% -
HSV(B) 341.25º 0.33% 0.38% -
XYZ 8.09 6.83 7.55 -
YUV 75.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 97 65 75 0 0.33 0.23 0.62 341.25 0.2 0.32
Hex 61 41 4B 0 21 17 3E 155 14 20
Octal 141 101 113 0 41 27 76 525 24 40
Binary 1100001 1000001 1001011 0 100001 10111 111110 101010101 10100 100000

Color Harmonies of #61414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61414B

Black with #61414B

Text Example


Text Example

White with #61414B

Text Example


Text Example

HTML Codes & Css Web 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>