Html Css Color HEX #73605B Russett

📋 copy color: '#73605B'

red 115 ◦ green 96 ◦ blue 91

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

Shades of Russett #73605B

Tints of Russett #73605B

RGB

 RED value IS 115 (45.31% from 255) = 38.08%

 GREEN value IS 96 (37.89% from 255) = 31.79%

 BLUE value IS 91 (35.94% from 255) = 30.13%

R = 38.08%
G = 31.79%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#73605B (or 0x73605B) is known color: Russett. HEX triplet: 73, 60 and 5B. RGB value is (115,96,91). Sum of RGB (Red+Green+Blue) = 115+96+91=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 115 - color contains mainly: red. Hex color #73605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73605B is #8C9FA4. Grayscale: #656565. Windows color (decimal): -9215909 or 5988467. OLE color: 5988467.

HSL color Cylindrical-coordinate representation of color #73605B: hue angle of 12.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #73605B is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 96 91 -
CMYK 0 0.17 0.21 0.55
HSL 12.5º 0.12% 0.4% -
HSV(B) 12.5º 0.21% 0.45% -
XYZ 13.14 12.77 11.67 -
YUV 101.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 115 96 91 0 0.17 0.21 0.55 12.5 0.12 0.4
Hex 73 60 5B 0 11 15 37 C C 28
Octal 163 140 133 0 21 25 67 14 14 50
Binary 1110011 1100000 1011011 0 10001 10101 110111 1100 1100 101000

Color Harmonies of #73605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73605B

Black with #73605B

Text Example


Text Example

White with #73605B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,96,91); }

 H1.HeaderClassName
 {
   color: #73605B;
 }
 .AnyTagClassName
 {
   color: #73605B;
 }
</style>

background-color css

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

 a { background-color: rgb(115,96,91); }

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

border-color css

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

 span { border-color: rgb(115,96,91); }

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