Html Css Color HEX #61424B Tawny Port

📋 copy color: '#61424B'

red 97 ◦ green 66 ◦ blue 75

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

Shades of Tawny Port #61424B

Tints of Tawny Port #61424B

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

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 97 66 75 -
CMYK 0 0.32 0.23 0.62
HSL 342.58º 0.19% 0.32% -
HSV(B) 342.58º 0.32% 0.38% -
XYZ 8.15 6.95 7.57 -
YUV 76.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 97 66 75 0 0.32 0.23 0.62 342.58 0.19 0.32
Hex 61 42 4B 0 20 17 3E 157 13 20
Octal 141 102 113 0 40 27 76 527 23 40
Binary 1100001 1000010 1001011 0 100000 10111 111110 101010111 10011 100000

Color Harmonies of #61424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61424B

Black with #61424B

Text Example


Text Example

White with #61424B

Text Example


Text Example

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