Html Css Color HEX #967524 Corn Harvest

📋 copy color: '#967524'

red 150 ◦ green 117 ◦ blue 36

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

Shades of Corn Harvest #967524

Tints of Corn Harvest #967524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.88%

R = 49.5%
G = 38.61%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#967524 (or 0x967524) is known color: Corn Harvest. HEX triplet: 96, 75 and 24. RGB value is (150,117,36). Sum of RGB (Red+Green+Blue) = 150+117+36=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #967524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967524 is #698ADB. Grayscale: #757575. Windows color (decimal): -6916828 or 2389398. OLE color: 2389398.

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

Color convert

RGB 150 117 36 -
CMYK 0 0.22 0.76 0.41
HSL 42.63º 0.61% 0.36% -
HSV(B) 42.63º 0.76% 0.59% -
XYZ 19.26 19.33 4.39 -
YUV 117.63 81.93 151.09 -
System Red Green Blue C M Y K H S L
Decimal 150 117 36 0 0.22 0.76 0.41 42.63 0.61 0.36
Hex 96 75 24 0 16 4C 29 2B 3D 24
Octal 226 165 44 0 26 114 51 53 75 44
Binary 10010110 1110101 100100 0 10110 1001100 101001 101011 111101 100100

Color Harmonies of #967524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967524

Black with #967524

Text Example


Text Example

White with #967524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967524; }

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

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

background-color css

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

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

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

border-color css

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

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

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