Html Css Color HEX #967828 Corn Harvest

📋 copy color: '#967828'

red 150 ◦ green 120 ◦ blue 40

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

Shades of Corn Harvest #967828

Tints of Corn Harvest #967828

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.71%

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

R = 48.39%
G = 38.71%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#967828 (or 0x967828) is known color: Corn Harvest. HEX triplet: 96, 78 and 28. RGB value is (150,120,40). Sum of RGB (Red+Green+Blue) = 150+120+40=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #967828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967828 is #6987D7. Grayscale: #787878. Windows color (decimal): -6916056 or 2652310. OLE color: 2652310.

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

Color convert

RGB 150 120 40 -
CMYK 0 0.20 0.73 0.41
HSL 43.64º 0.58% 0.37% -
HSV(B) 43.64º 0.73% 0.59% -
XYZ 19.68 20.07 4.84 -
YUV 119.85 82.94 149.5 -
System Red Green Blue C M Y K H S L
Decimal 150 120 40 0 0.20 0.73 0.41 43.64 0.58 0.37
Hex 96 78 28 0 14 49 29 2C 3A 25
Octal 226 170 50 0 24 111 51 54 72 45
Binary 10010110 1111000 101000 0 10100 1001001 101001 101100 111010 100101

Color Harmonies of #967828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967828

Black with #967828

Text Example


Text Example

White with #967828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967828; }

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

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

background-color css

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

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

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

border-color css

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

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

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