#766045

Color #766045 Tobacco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tobacco Brown #766045

Tints of Tobacco Brown #766045

Color information

#766045 (or 0x766045) is unknown color: approx Tobacco Brown. HEX triplet: 76, 60 and 45. RGB value is (118,96,69). Sum of RGB (Red+Green+Blue) = 118+96+69=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #766045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766045 is #899FBA. Grayscale: #636363. Windows color (decimal): -9019323 or 4546678. OLE color: 4546678.

HSL color Cylindrical-coordinate representation of color #766045: hue angle of 33.06º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #766045 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB1189669-
CMYK00.190.420.54
HSL33.06º26.2%36.67%-
HSV(B)33.06º41.53%46.27%-
XYZ12.7312.657.4-
YUV99.5110.79141.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 69 (27.34% from 255) = 24.38%
R=41.70%
G=33.92%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118966900.190.420.5433.0626.236.67
Hex7660450132A36211a25
Octal1661401050235266413245
Binary11101101100000100010101001110101011011010000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766045; }

 p { color: rgb(118,96,69); }

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

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

 a { background-color: rgb(118,96,69); }

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

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

 span { border-color: rgb(118,96,69); }

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