#96762B

Color #96762B Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #96762B

Tints of Corn Harvest #96762B

Color information

#96762B (or 0x96762B) is unknown color: approx Corn Harvest. HEX triplet: 96, 76 and 2B. RGB value is (150,118,43). Sum of RGB (Red+Green+Blue) = 150+118+43=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96762B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96762B is #6989D4. Grayscale: #777777. Windows color (decimal): -6916565 or 2848406. OLE color: 2848406.

HSL color Cylindrical-coordinate representation of color #96762B: hue angle of 42.06º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96762B is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB15011843-
CMYK00.210.710.41
HSL42.06º55.44%37.84%-
HSV(B)42.06º71.33%58.82%-
XYZ19.4919.625.04-
YUV119.0285.1150.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 118 (46.48% from 255) = 37.94%
BLUE value IS 43 (17.19% from 255) = 13.83%
R=48.23%
G=37.94%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501184300.210.710.4142.0655.4437.84
Hex96762B01547292a3726
Octal2261665302510751526746
Binary1001011011101101010110101011000111101001101010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96762B; }

 p { color: rgb(150,118,43); }

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

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

 a { background-color: rgb(150,118,43); }

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

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

 span { border-color: rgb(150,118,43); }

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