Html Css Color HEX #967124 Corn Harvest

📋 copy color: '#967124'

red 150 ◦ green 113 ◦ blue 36

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

Shades of Corn Harvest #967124

Tints of Corn Harvest #967124

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.79%

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

R = 50.17%
G = 37.79%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#967124 (or 0x967124) is known color: Corn Harvest. HEX triplet: 96, 71 and 24. RGB value is (150,113,36). Sum of RGB (Red+Green+Blue) = 150+113+36=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #967124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967124 is #698EDB. Grayscale: #737373. Windows color (decimal): -6917852 or 2388374. OLE color: 2388374.

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

Color convert

RGB 150 113 36 -
CMYK 0 0.25 0.76 0.41
HSL 40.53º 0.61% 0.36% -
HSV(B) 40.53º 0.76% 0.59% -
XYZ 18.8 18.42 4.23 -
YUV 115.29 83.26 152.76 -
System Red Green Blue C M Y K H S L
Decimal 150 113 36 0 0.25 0.76 0.41 40.53 0.61 0.36
Hex 96 71 24 0 19 4C 29 29 3D 24
Octal 226 161 44 0 31 114 51 51 75 44
Binary 10010110 1110001 100100 0 11001 1001100 101001 101001 111101 100100

Color Harmonies of #967124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967124

Black with #967124

Text Example


Text Example

White with #967124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967124; }

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

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

background-color css

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

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

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

border-color css

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

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

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