Html Css Color HEX #967321 Corn Harvest

📋 copy color: '#967321'

red 150 ◦ green 115 ◦ blue 33

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

Shades of Corn Harvest #967321

Tints of Corn Harvest #967321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.07%

R = 50.34%
G = 38.59%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#967321 (or 0x967321) is known color: Corn Harvest. HEX triplet: 96, 73 and 21. RGB value is (150,115,33). Sum of RGB (Red+Green+Blue) = 150+115+33=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #967321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967321 is #698CDE. Grayscale: #747474. Windows color (decimal): -6917343 or 2192278. OLE color: 2192278.

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

Color convert

RGB 150 115 33 -
CMYK 0 0.23 0.78 0.41
HSL 42.05º 0.64% 0.36% -
HSV(B) 42.05º 0.78% 0.59% -
XYZ 18.98 18.86 4.08 -
YUV 116.12 81.1 152.17 -
System Red Green Blue C M Y K H S L
Decimal 150 115 33 0 0.23 0.78 0.41 42.05 0.64 0.36
Hex 96 73 21 0 17 4E 29 2A 40 24
Octal 226 163 41 0 27 116 51 52 100 44
Binary 10010110 1110011 100001 0 10111 1001110 101001 101010 1000000 100100

Color Harmonies of #967321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967321

Black with #967321

Text Example


Text Example

White with #967321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967321; }

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

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

background-color css

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

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

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

border-color css

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

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

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