Html Css Color HEX #967226 Corn Harvest

📋 copy color: '#967226'

red 150 ◦ green 114 ◦ blue 38

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

Shades of Corn Harvest #967226

Tints of Corn Harvest #967226

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.75%

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

R = 49.67%
G = 37.75%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#967226 (or 0x967226) is known color: Corn Harvest. HEX triplet: 96, 72 and 26. RGB value is (150,114,38). Sum of RGB (Red+Green+Blue) = 150+114+38=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #967226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967226 is #698DD9. Grayscale: #747474. Windows color (decimal): -6917594 or 2519702. OLE color: 2519702.

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

Color convert

RGB 150 114 38 -
CMYK 0 0.24 0.75 0.41
HSL 40.71º 0.6% 0.37% -
HSV(B) 40.71º 0.75% 0.59% -
XYZ 18.94 18.66 4.44 -
YUV 116.1 83.93 152.18 -
System Red Green Blue C M Y K H S L
Decimal 150 114 38 0 0.24 0.75 0.41 40.71 0.6 0.37
Hex 96 72 26 0 18 4B 29 29 3C 25
Octal 226 162 46 0 30 113 51 51 74 45
Binary 10010110 1110010 100110 0 11000 1001011 101001 101001 111100 100101

Color Harmonies of #967226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967226

Black with #967226

Text Example


Text Example

White with #967226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967226; }

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

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

background-color css

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

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

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

border-color css

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

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

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