Html Css Color HEX #96701E Corn Harvest

📋 copy color: '#96701E'

red 150 ◦ green 112 ◦ blue 30

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

Shades of Corn Harvest #96701E

Tints of Corn Harvest #96701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.27%

R = 51.37%
G = 38.36%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#96701E (or 0x96701E) is known color: Corn Harvest. HEX triplet: 96, 70 and 1E. RGB value is (150,112,30). Sum of RGB (Red+Green+Blue) = 150+112+30=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96701E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96701E is #698FE1. Grayscale: #727272. Windows color (decimal): -6918114 or 1994902. OLE color: 1994902.

HSL color Cylindrical-coordinate representation of color #96701E: hue angle of 41º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96701E is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 30 -
CMYK 0 0.25 0.80 0.41
HSL 41º 0.67% 0.35% -
HSV(B) 41º 0.8% 0.59% -
XYZ 18.61 18.17 3.75 -
YUV 114.01 80.59 153.67 -
System Red Green Blue C M Y K H S L
Decimal 150 112 30 0 0.25 0.80 0.41 41 0.67 0.35
Hex 96 70 1E 0 19 50 29 29 43 23
Octal 226 160 36 0 31 120 51 51 103 43
Binary 10010110 1110000 11110 0 11001 1010000 101001 101001 1000011 100011

Color Harmonies of #96701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96701E

Black with #96701E

Text Example


Text Example

White with #96701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96701E; }

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

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

background-color css

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

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

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

border-color css

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

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

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