Html Css Color HEX #967526 Corn Harvest

📋 copy color: '#967526'

red 150 ◦ green 117 ◦ blue 38

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

Shades of Corn Harvest #967526

Tints of Corn Harvest #967526

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.36%

 BLUE value IS 38 (15.23% from 255) = 12.46%

R = 49.18%
G = 38.36%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#967526 (or 0x967526) is known color: Corn Harvest. HEX triplet: 96, 75 and 26. RGB value is (150,117,38). Sum of RGB (Red+Green+Blue) = 150+117+38=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #967526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967526 is #698AD9. Grayscale: #767676. Windows color (decimal): -6916826 or 2520470. OLE color: 2520470.

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

Color convert

RGB 150 117 38 -
CMYK 0 0.22 0.75 0.41
HSL 42.32º 0.6% 0.37% -
HSV(B) 42.32º 0.75% 0.59% -
XYZ 19.29 19.35 4.55 -
YUV 117.86 82.93 150.92 -
System Red Green Blue C M Y K H S L
Decimal 150 117 38 0 0.22 0.75 0.41 42.32 0.6 0.37
Hex 96 75 26 0 16 4B 29 2A 3C 25
Octal 226 165 46 0 26 113 51 52 74 45
Binary 10010110 1110101 100110 0 10110 1001011 101001 101010 111100 100101

Color Harmonies of #967526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967526

Black with #967526

Text Example


Text Example

White with #967526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967526; }

 p { color: rgb(150,117,38); }

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

background-color css

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

 a { background-color: rgb(150,117,38); }

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

border-color css

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

 span { border-color: rgb(150,117,38); }

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