Html Css Color HEX #967325 Corn Harvest

📋 copy color: '#967325'

red 150 ◦ green 115 ◦ blue 37

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

Shades of Corn Harvest #967325

Tints of Corn Harvest #967325

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.08%

 BLUE value IS 37 (14.84% from 255) = 12.25%

R = 49.67%
G = 38.08%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#967325 (or 0x967325) is known color: Corn Harvest. HEX triplet: 96, 73 and 25. RGB value is (150,115,37). Sum of RGB (Red+Green+Blue) = 150+115+37=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #967325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967325 is #698CDA. Grayscale: #747474. Windows color (decimal): -6917339 or 2454422. OLE color: 2454422.

HSL color Cylindrical-coordinate representation of color #967325: hue angle of 41.42º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #967325 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 115 37 -
CMYK 0 0.23 0.75 0.41
HSL 41.42º 0.6% 0.37% -
HSV(B) 41.42º 0.75% 0.59% -
XYZ 19.04 18.88 4.39 -
YUV 116.57 83.1 151.84 -
System Red Green Blue C M Y K H S L
Decimal 150 115 37 0 0.23 0.75 0.41 41.42 0.6 0.37
Hex 96 73 25 0 17 4B 29 29 3C 25
Octal 226 163 45 0 27 113 51 51 74 45
Binary 10010110 1110011 100101 0 10111 1001011 101001 101001 111100 100101

Color Harmonies of #967325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967325

Black with #967325

Text Example


Text Example

White with #967325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967325; }

 p { color: rgb(150,115,37); }

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

background-color css

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

 a { background-color: rgb(150,115,37); }

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

border-color css

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

 span { border-color: rgb(150,115,37); }

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