#967B35

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

Shades of Corn Harvest #967B35

Tints of Corn Harvest #967B35

Color information

#967B35 (or 0x967B35) is unknown color: approx Corn Harvest. HEX triplet: 96, 7B and 35. RGB value is (150,123,53). Sum of RGB (Red+Green+Blue) = 150+123+53=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #967B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967B35 is #6984CA. Grayscale: #7B7B7B. Windows color (decimal): -6915275 or 3505046. OLE color: 3505046.

HSL color Cylindrical-coordinate representation of color #967B35: hue angle of 43.3º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #967B35 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB15012353-
CMYK00.180.650.41
HSL43.3º47.78%39.8%-
HSV(B)43.3º64.67%58.82%-
XYZ20.320.916.33-
YUV123.0988.45147.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 123 (48.44% from 255) = 37.73%
BLUE value IS 53 (21.09% from 255) = 16.26%
R=46.01%
G=37.73%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501235300.180.650.4143.347.7839.8
Hex967B3501241292b3028
Octal2261736502210151536050
Binary1001011011110111101010100101000001101001101011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967B35; }

 p { color: rgb(150,123,53); }

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

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

 a { background-color: rgb(150,123,53); }

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

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

 span { border-color: rgb(150,123,53); }

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