Html Css Color HEX #967521 Corn Harvest

📋 copy color: '#967521'

red 150 ◦ green 117 ◦ blue 33

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

Shades of Corn Harvest #967521

Tints of Corn Harvest #967521

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39%

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

R = 50%
G = 39%
B = 11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#967521 (or 0x967521) is known color: Corn Harvest. HEX triplet: 96, 75 and 21. RGB value is (150,117,33). Sum of RGB (Red+Green+Blue) = 150+117+33=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #967521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967521 is #698ADE. Grayscale: #757575. Windows color (decimal): -6916831 or 2192790. OLE color: 2192790.

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

Color convert

RGB 150 117 33 -
CMYK 0 0.22 0.78 0.41
HSL 43.08º 0.64% 0.36% -
HSV(B) 43.08º 0.78% 0.59% -
XYZ 19.21 19.32 4.15 -
YUV 117.29 80.43 151.33 -
System Red Green Blue C M Y K H S L
Decimal 150 117 33 0 0.22 0.78 0.41 43.08 0.64 0.36
Hex 96 75 21 0 16 4E 29 2B 40 24
Octal 226 165 41 0 26 116 51 53 100 44
Binary 10010110 1110101 100001 0 10110 1001110 101001 101011 1000000 100100

Color Harmonies of #967521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967521

Black with #967521

Text Example


Text Example

White with #967521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967521; }

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

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

background-color css

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

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

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

border-color css

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

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

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