Html Css Color HEX #74635F Russett

📋 copy color: '#74635F'

red 116 ◦ green 99 ◦ blue 95

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

Shades of Russett #74635F

Tints of Russett #74635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.94%

 BLUE value IS 95 (37.5% from 255) = 30.65%

R = 37.42%
G = 31.94%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#74635F (or 0x74635F) is known color: Russett. HEX triplet: 74, 63 and 5F. RGB value is (116,99,95). Sum of RGB (Red+Green+Blue) = 116+99+95=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #74635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74635F is #8B9CA0. Grayscale: #676767. Windows color (decimal): -9149601 or 6251380. OLE color: 6251380.

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

Color convert

RGB 116 99 95 -
CMYK 0 0.15 0.18 0.55
HSL 11.43º 0.1% 0.41% -
HSV(B) 11.43º 0.18% 0.45% -
XYZ 13.73 13.46 12.7 -
YUV 103.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 116 99 95 0 0.15 0.18 0.55 11.43 0.1 0.41
Hex 74 63 5F 0 F 12 37 B A 29
Octal 164 143 137 0 17 22 67 13 12 51
Binary 1110100 1100011 1011111 0 1111 10010 110111 1011 1010 101001

Color Harmonies of #74635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74635F

Black with #74635F

Text Example


Text Example

White with #74635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74635F; }

 p { color: rgb(116,99,95); }

 H1.HeaderClassName
 {
   color: #74635F;
 }
 .AnyTagClassName
 {
   color: #74635F;
 }
</style>

background-color css

<style>
 a { background-color: #74635F; }

 a { background-color: rgb(116,99,95); }

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

border-color css

<style>
 span { border-color: #74635F; }

 span { border-color: rgb(116,99,95); }

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