Html Css Color HEX #967024 Corn Harvest

📋 copy color: '#967024'

red 150 ◦ green 112 ◦ blue 36

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

Shades of Corn Harvest #967024

Tints of Corn Harvest #967024

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.58%

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

R = 50.34%
G = 37.58%
B = 12.08%

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

#967024 (or 0x967024) is known color: Corn Harvest. HEX triplet: 96, 70 and 24. RGB value is (150,112,36). Sum of RGB (Red+Green+Blue) = 150+112+36=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #967024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967024 is #698FDB. Grayscale: #737373. Windows color (decimal): -6918108 or 2388118. OLE color: 2388118.

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

Color convert

RGB 150 112 36 -
CMYK 0 0.25 0.76 0.41
HSL 40º 0.61% 0.36% -
HSV(B) 40º 0.76% 0.59% -
XYZ 18.69 18.2 4.2 -
YUV 114.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 150 112 36 0 0.25 0.76 0.41 40 0.61 0.36
Hex 96 70 24 0 19 4C 29 28 3D 24
Octal 226 160 44 0 31 114 51 50 75 44
Binary 10010110 1110000 100100 0 11001 1001100 101001 101000 111101 100100

Color Harmonies of #967024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967024

Black with #967024

Text Example


Text Example

White with #967024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967024; }

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

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

background-color css

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

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

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

border-color css

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

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

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