Html Css Color HEX #956A24 Corn Harvest

📋 copy color: '#956A24'

red 149 ◦ green 106 ◦ blue 36

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

Shades of Corn Harvest #956A24

Tints of Corn Harvest #956A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.37%

R = 51.2%
G = 36.43%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#956A24 (or 0x956A24) is known color: Corn Harvest. HEX triplet: 95, 6A and 24. RGB value is (149,106,36). Sum of RGB (Red+Green+Blue) = 149+106+36=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #956A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956A24 is #6A95DB. Grayscale: #6F6F6F. Windows color (decimal): -6985180 or 2386581. OLE color: 2386581.

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

Color convert

RGB 149 106 36 -
CMYK 0 0.29 0.76 0.42
HSL 37.17º 0.61% 0.36% -
HSV(B) 37.17º 0.76% 0.58% -
XYZ 17.87 16.83 3.97 -
YUV 110.88 85.75 155.19 -
System Red Green Blue C M Y K H S L
Decimal 149 106 36 0 0.29 0.76 0.42 37.17 0.61 0.36
Hex 95 6A 24 0 1D 4C 2A 25 3D 24
Octal 225 152 44 0 35 114 52 45 75 44
Binary 10010101 1101010 100100 0 11101 1001100 101010 100101 111101 100100

Color Harmonies of #956A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956A24

Black with #956A24

Text Example


Text Example

White with #956A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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