Html Css Color HEX #96742B Corn Harvest

📋 copy color: '#96742B'

red 150 ◦ green 116 ◦ blue 43

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

Shades of Corn Harvest #96742B

Tints of Corn Harvest #96742B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.54%

 BLUE value IS 43 (17.19% from 255) = 13.92%

R = 48.54%
G = 37.54%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96742B (or 0x96742B) is known color: Corn Harvest. HEX triplet: 96, 74 and 2B. RGB value is (150,116,43). Sum of RGB (Red+Green+Blue) = 150+116+43=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96742B is #698BD4. Grayscale: #767676. Windows color (decimal): -6917077 or 2847894. OLE color: 2847894.

HSL color Cylindrical-coordinate representation of color #96742B: hue angle of 40.93º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96742B is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 116 43 -
CMYK 0 0.23 0.71 0.41
HSL 40.93º 0.55% 0.38% -
HSV(B) 40.93º 0.71% 0.59% -
XYZ 19.26 19.15 4.97 -
YUV 117.84 85.76 150.94 -
System Red Green Blue C M Y K H S L
Decimal 150 116 43 0 0.23 0.71 0.41 40.93 0.55 0.38
Hex 96 74 2B 0 17 47 29 29 37 26
Octal 226 164 53 0 27 107 51 51 67 46
Binary 10010110 1110100 101011 0 10111 1000111 101001 101001 110111 100110

Color Harmonies of #96742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96742B

Black with #96742B

Text Example


Text Example

White with #96742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96742B; }

 p { color: rgb(150,116,43); }

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

background-color css

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

 a { background-color: rgb(150,116,43); }

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

border-color css

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

 span { border-color: rgb(150,116,43); }

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