Html Css Color HEX #986F20 Corn Harvest

📋 copy color: '#986F20'

red 152 ◦ green 111 ◦ blue 32

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

Shades of Corn Harvest #986F20

Tints of Corn Harvest #986F20

RGB

 RED value IS 152 (59.77% from 255) = 51.53%

 GREEN value IS 111 (43.75% from 255) = 37.63%

 BLUE value IS 32 (12.89% from 255) = 10.85%

R = 51.53%
G = 37.63%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#986F20 (or 0x986F20) is known color: Corn Harvest. HEX triplet: 98, 6F and 20. RGB value is (152,111,32). Sum of RGB (Red+Green+Blue) = 152+111+32=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #986F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F20 is #6790DF. Grayscale: #727272. Windows color (decimal): -6787296 or 2125720. OLE color: 2125720.

HSL color Cylindrical-coordinate representation of color #986F20: hue angle of 39.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #986F20 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 111 32 -
CMYK 0 0.27 0.79 0.40
HSL 39.5º 0.65% 0.36% -
HSV(B) 39.5º 0.79% 0.6% -
XYZ 18.89 18.15 3.87 -
YUV 114.25 81.58 154.92 -
System Red Green Blue C M Y K H S L
Decimal 152 111 32 0 0.27 0.79 0.40 39.5 0.65 0.36
Hex 98 6F 20 0 1B 4F 28 28 41 24
Octal 230 157 40 0 33 117 50 50 101 44
Binary 10011000 1101111 100000 0 11011 1001111 101000 101000 1000001 100100

Color Harmonies of #986F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F20

Black with #986F20

Text Example


Text Example

White with #986F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986F20; }

 p { color: rgb(152,111,32); }

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

background-color css

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

 a { background-color: rgb(152,111,32); }

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

border-color css

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

 span { border-color: rgb(152,111,32); }

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