Html Css Color HEX #612E42 Tawny Port

📋 copy color: '#612E42'

red 97 ◦ green 46 ◦ blue 66

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

Shades of Tawny Port #612E42

Tints of Tawny Port #612E42

RGB

 RED value IS 97 (38.28% from 255) = 46.41%

 GREEN value IS 46 (18.36% from 255) = 22.01%

 BLUE value IS 66 (26.17% from 255) = 31.58%

R = 46.41%
G = 22.01%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#612E42 (or 0x612E42) is known color: Tawny Port. HEX triplet: 61, 2E and 42. RGB value is (97,46,66). Sum of RGB (Red+Green+Blue) = 97+46+66=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #612E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612E42 is #9ED1BD. Grayscale: #3F3F3F. Windows color (decimal): -10408382 or 4337249. OLE color: 4337249.

HSL color Cylindrical-coordinate representation of color #612E42: hue angle of 336.47º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #612E42 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 46 66 -
CMYK 0 0.53 0.32 0.62
HSL 336.47º 0.36% 0.28% -
HSV(B) 336.47º 0.53% 0.38% -
XYZ 6.89 4.89 5.73 -
YUV 63.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 97 46 66 0 0.53 0.32 0.62 336.47 0.36 0.28
Hex 61 2E 42 0 35 20 3E 150 24 1C
Octal 141 56 102 0 65 40 76 520 44 34
Binary 1100001 101110 1000010 0 110101 100000 111110 101010000 100100 11100

Color Harmonies of #612E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E42

Black with #612E42

Text Example


Text Example

White with #612E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612E42; }

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

 H1.HeaderClassName
 {
   color: #612E42;
 }
 .AnyTagClassName
 {
   color: #612E42;
 }
</style>

background-color css

<style>
 a { background-color: #612E42; }

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

 div.DivClassName
 {
   background-color: #612E42;
 }
 .BgClassName
 {
   background-color: #612E42;
 }
</style>

border-color css

<style>
 span { border-color: #612E42; }

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

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