Html Css Color HEX #956A22 Corn Harvest

📋 copy color: '#956A22'

red 149 ◦ green 106 ◦ blue 34

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

Shades of Corn Harvest #956A22

Tints of Corn Harvest #956A22

RGB

 RED value IS 149 (58.59% from 255) = 51.56%

 GREEN value IS 106 (41.8% from 255) = 36.68%

 BLUE value IS 34 (13.67% from 255) = 11.76%

R = 51.56%
G = 36.68%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#956A22 (or 0x956A22) is known color: Corn Harvest. HEX triplet: 95, 6A and 22. RGB value is (149,106,34). Sum of RGB (Red+Green+Blue) = 149+106+34=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #956A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956A22 is #6A95DD. Grayscale: #6E6E6E. Windows color (decimal): -6985182 or 2255509. OLE color: 2255509.

HSL color Cylindrical-coordinate representation of color #956A22: hue angle of 37.57º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #956A22 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 106 34 -
CMYK 0 0.29 0.77 0.42
HSL 37.57º 0.63% 0.36% -
HSV(B) 37.57º 0.77% 0.58% -
XYZ 17.84 16.81 3.82 -
YUV 110.65 84.75 155.35 -
System Red Green Blue C M Y K H S L
Decimal 149 106 34 0 0.29 0.77 0.42 37.57 0.63 0.36
Hex 95 6A 22 0 1D 4D 2A 26 3F 24
Octal 225 152 42 0 35 115 52 46 77 44
Binary 10010101 1101010 100010 0 11101 1001101 101010 100110 111111 100100

Color Harmonies of #956A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956A22

Black with #956A22

Text Example


Text Example

White with #956A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956A22; }

 p { color: rgb(149,106,34); }

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

background-color css

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

 a { background-color: rgb(149,106,34); }

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

border-color css

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

 span { border-color: rgb(149,106,34); }

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