#96752B

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

Shades of Corn Harvest #96752B

Tints of Corn Harvest #96752B

Color information

#96752B (or 0x96752B) is unknown color: approx Corn Harvest. HEX triplet: 96, 75 and 2B. RGB value is (150,117,43). Sum of RGB (Red+Green+Blue) = 150+117+43=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96752B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96752B is #698AD4. Grayscale: #767676. Windows color (decimal): -6916821 or 2848150. OLE color: 2848150.

HSL color Cylindrical-coordinate representation of color #96752B: hue angle of 41.5º 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 #96752B is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB15011743-
CMYK00.220.710.41
HSL41.5º55.44%37.84%-
HSV(B)41.5º71.33%58.82%-
XYZ19.3819.385.01-
YUV118.4385.43150.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 117 (46.09% from 255) = 37.74%
BLUE value IS 43 (17.19% from 255) = 13.87%
R=48.39%
G=37.74%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501174300.220.710.4141.555.4437.84
Hex96752B0164729293726
Octal2261655302610751516746
Binary1001011011101011010110101101000111101001101001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96752B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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