Html Css Color HEX #966D25 Corn Harvest

📋 copy color: '#966D25'

red 150 ◦ green 109 ◦ blue 37

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

Shades of Corn Harvest #966D25

Tints of Corn Harvest #966D25

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.82%

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

R = 50.68%
G = 36.82%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#966D25 (or 0x966D25) is known color: Corn Harvest. HEX triplet: 96, 6D and 25. RGB value is (150,109,37). Sum of RGB (Red+Green+Blue) = 150+109+37=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #966D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D25 is #6992DA. Grayscale: #717171. Windows color (decimal): -6918875 or 2452886. OLE color: 2452886.

HSL color Cylindrical-coordinate representation of color #966D25: hue angle of 38.23º 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 #966D25 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 109 37 -
CMYK 0 0.27 0.75 0.41
HSL 38.23º 0.6% 0.37% -
HSV(B) 38.23º 0.75% 0.59% -
XYZ 18.38 17.55 4.17 -
YUV 113.05 85.08 154.35 -
System Red Green Blue C M Y K H S L
Decimal 150 109 37 0 0.27 0.75 0.41 38.23 0.6 0.37
Hex 96 6D 25 0 1B 4B 29 26 3C 25
Octal 226 155 45 0 33 113 51 46 74 45
Binary 10010110 1101101 100101 0 11011 1001011 101001 100110 111100 100101

Color Harmonies of #966D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966D25

Black with #966D25

Text Example


Text Example

White with #966D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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