Html Css Color HEX #967129 Corn Harvest

📋 copy color: '#967129'

red 150 ◦ green 113 ◦ blue 41

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

Shades of Corn Harvest #967129

Tints of Corn Harvest #967129

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.17%

 BLUE value IS 41 (16.41% from 255) = 13.49%

R = 49.34%
G = 37.17%
B = 13.49%

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

#967129 (or 0x967129) is known color: Corn Harvest. HEX triplet: 96, 71 and 29. RGB value is (150,113,41). Sum of RGB (Red+Green+Blue) = 150+113+41=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #967129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967129 is #698ED6. Grayscale: #747474. Windows color (decimal): -6917847 or 2716054. OLE color: 2716054.

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

Color convert

RGB 150 113 41 -
CMYK 0 0.25 0.73 0.41
HSL 39.63º 0.57% 0.37% -
HSV(B) 39.63º 0.73% 0.59% -
XYZ 18.88 18.45 4.66 -
YUV 115.86 85.76 152.35 -
System Red Green Blue C M Y K H S L
Decimal 150 113 41 0 0.25 0.73 0.41 39.63 0.57 0.37
Hex 96 71 29 0 19 49 29 28 39 25
Octal 226 161 51 0 31 111 51 50 71 45
Binary 10010110 1110001 101001 0 11001 1001001 101001 101000 111001 100101

Color Harmonies of #967129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967129

Black with #967129

Text Example


Text Example

White with #967129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967129; }

 p { color: rgb(150,113,41); }

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

background-color css

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

 a { background-color: rgb(150,113,41); }

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

border-color css

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

 span { border-color: rgb(150,113,41); }

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