#74635C

Color #74635C Russett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russett #74635C

Tints of Russett #74635C

Color information

#74635C (or 0x74635C) is unknown color: approx Russett. HEX triplet: 74, 63 and 5C. RGB value is (116,99,92). Sum of RGB (Red+Green+Blue) = 116+99+92=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 116 - color contains mainly: red. Hex color #74635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74635C is #8B9CA3. Grayscale: #676767. Windows color (decimal): -9149604 or 6054772. OLE color: 6054772.

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

Color convert

RGB1169992-
CMYK00.150.210.55
HSL17.5º11.54%40.78%-
HSV(B)17.5º20.69%45.49%-
XYZ13.613.4112-
YUV103.28121.63137.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.79%
GREEN value IS 99 (39.06% from 255) = 32.25%
BLUE value IS 92 (36.33% from 255) = 29.97%
R=37.79%
G=32.25%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116999200.150.210.5517.511.5440.78
Hex74635C0F153712c29
Octal1641431340172567221451
Binary1110100110001110111000111110101110111100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74635C;
 }
 .AnyTagClassName
 {
   color: #74635C;
 }
</style>
background-color css

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

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

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

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

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

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