Html Css Color HEX #74615A Russett

📋 copy color: '#74615A'

red 116 ◦ green 97 ◦ blue 90

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

Shades of Russett #74615A

Tints of Russett #74615A

RGB

 RED value IS 116 (45.7% from 255) = 38.28%

 GREEN value IS 97 (38.28% from 255) = 32.01%

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 38.28%
G = 32.01%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74615A (or 0x74615A) is known color: Russett. HEX triplet: 74, 61 and 5A. RGB value is (116,97,90). Sum of RGB (Red+Green+Blue) = 116+97+90=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #74615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74615A is #8B9EA5. Grayscale: #656565. Windows color (decimal): -9150118 or 5923188. OLE color: 5923188.

HSL color Cylindrical-coordinate representation of color #74615A: hue angle of 16.15º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74615A is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 97 90 -
CMYK 0 0.16 0.22 0.55
HSL 16.15º 0.13% 0.4% -
HSV(B) 16.15º 0.22% 0.45% -
XYZ 13.32 13 11.48 -
YUV 101.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 116 97 90 0 0.16 0.22 0.55 16.15 0.13 0.4
Hex 74 61 5A 0 10 16 37 10 D 28
Octal 164 141 132 0 20 26 67 20 15 50
Binary 1110100 1100001 1011010 0 10000 10110 110111 10000 1101 101000

Color Harmonies of #74615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74615A

Black with #74615A

Text Example


Text Example

White with #74615A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74615A; }

 p { color: rgb(116,97,90); }

 H1.HeaderClassName
 {
   color: #74615A;
 }
 .AnyTagClassName
 {
   color: #74615A;
 }
</style>

background-color css

<style>
 a { background-color: #74615A; }

 a { background-color: rgb(116,97,90); }

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

border-color css

<style>
 span { border-color: #74615A; }

 span { border-color: rgb(116,97,90); }

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