Html Css Color HEX #967028 Corn Harvest

📋 copy color: '#967028'

red 150 ◦ green 112 ◦ blue 40

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

Shades of Corn Harvest #967028

Tints of Corn Harvest #967028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.25%

R = 49.67%
G = 37.09%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#967028 (or 0x967028) is known color: Corn Harvest. HEX triplet: 96, 70 and 28. RGB value is (150,112,40). Sum of RGB (Red+Green+Blue) = 150+112+40=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #967028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967028 is #698FD7. Grayscale: #737373. Windows color (decimal): -6918104 or 2650262. OLE color: 2650262.

HSL color Cylindrical-coordinate representation of color #967028: hue angle of 39.27º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #967028 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 40 -
CMYK 0 0.25 0.73 0.41
HSL 39.27º 0.58% 0.37% -
HSV(B) 39.27º 0.73% 0.59% -
XYZ 18.75 18.23 4.54 -
YUV 115.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 150 112 40 0 0.25 0.73 0.41 39.27 0.58 0.37
Hex 96 70 28 0 19 49 29 27 3A 25
Octal 226 160 50 0 31 111 51 47 72 45
Binary 10010110 1110000 101000 0 11001 1001001 101001 100111 111010 100101

Color Harmonies of #967028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967028

Black with #967028

Text Example


Text Example

White with #967028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967028; }

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

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

background-color css

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

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

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

border-color css

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

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

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