Html Css Color HEX #74645E Russett

📋 copy color: '#74645E'

red 116 ◦ green 100 ◦ blue 94

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

Shades of Russett #74645E

Tints of Russett #74645E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.26%

 BLUE value IS 94 (37.11% from 255) = 30.32%

R = 37.42%
G = 32.26%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74645E (or 0x74645E) is known color: Russett. HEX triplet: 74, 64 and 5E. RGB value is (116,100,94). Sum of RGB (Red+Green+Blue) = 116+100+94=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #74645E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74645E is #8B9BA1. Grayscale: #686868. Windows color (decimal): -9149346 or 6186100. OLE color: 6186100.

HSL color Cylindrical-coordinate representation of color #74645E: hue angle of 16.36º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #74645E is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 100 94 -
CMYK 0 0.14 0.19 0.55
HSL 16.36º 0.1% 0.41% -
HSV(B) 16.36º 0.19% 0.45% -
XYZ 13.78 13.64 12.5 -
YUV 104.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 116 100 94 0 0.14 0.19 0.55 16.36 0.1 0.41
Hex 74 64 5E 0 E 13 37 10 A 29
Octal 164 144 136 0 16 23 67 20 12 51
Binary 1110100 1100100 1011110 0 1110 10011 110111 10000 1010 101001

Color Harmonies of #74645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74645E

Black with #74645E

Text Example


Text Example

White with #74645E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74645E; }

 p { color: rgb(116,100,94); }

 H1.HeaderClassName
 {
   color: #74645E;
 }
 .AnyTagClassName
 {
   color: #74645E;
 }
</style>

background-color css

<style>
 a { background-color: #74645E; }

 a { background-color: rgb(116,100,94); }

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

border-color css

<style>
 span { border-color: #74645E; }

 span { border-color: rgb(116,100,94); }

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