Html Css Color HEX #967329 Corn Harvest

📋 copy color: '#967329'

red 150 ◦ green 115 ◦ blue 41

#967329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Harvest #967329

Tints of Corn Harvest #967329

RGB

 RED value IS 150 (58.98% from 255) = 49.02%

 GREEN value IS 115 (45.31% from 255) = 37.58%

 BLUE value IS 41 (16.41% from 255) = 13.4%

R = 49.02%
G = 37.58%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#967329 (or 0x967329) is known color: Corn Harvest. HEX triplet: 96, 73 and 29. RGB value is (150,115,41). Sum of RGB (Red+Green+Blue) = 150+115+41=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #967329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967329 is #698CD6. Grayscale: #757575. Windows color (decimal): -6917335 or 2716566. OLE color: 2716566.

HSL color Cylindrical-coordinate representation of color #967329: hue angle of 40.73º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #967329 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 115 41 -
CMYK 0 0.23 0.73 0.41
HSL 40.73º 0.57% 0.37% -
HSV(B) 40.73º 0.73% 0.59% -
XYZ 19.11 18.91 4.74 -
YUV 117.03 85.1 151.52 -
System Red Green Blue C M Y K H S L
Decimal 150 115 41 0 0.23 0.73 0.41 40.73 0.57 0.37
Hex 96 73 29 0 17 49 29 29 39 25
Octal 226 163 51 0 27 111 51 51 71 45
Binary 10010110 1110011 101001 0 10111 1001001 101001 101001 111001 100101

Color Harmonies of #967329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967329

Black with #967329

Text Example


Text Example

White with #967329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967329; }

 p { color: rgb(150,115,41); }

 H1.HeaderClassName
 {
   color: #967329;
 }
 .AnyTagClassName
 {
   color: #967329;
 }
</style>

background-color css

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

 a { background-color: rgb(150,115,41); }

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

border-color css

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

 span { border-color: rgb(150,115,41); }

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