Html Css Color HEX #966C23 Corn Harvest

📋 copy color: '#966C23'

red 150 ◦ green 108 ◦ blue 35

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

Shades of Corn Harvest #966C23

Tints of Corn Harvest #966C23

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.86%

 BLUE value IS 35 (14.06% from 255) = 11.95%

R = 51.19%
G = 36.86%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#966C23 (or 0x966C23) is known color: Corn Harvest. HEX triplet: 96, 6C and 23. RGB value is (150,108,35). Sum of RGB (Red+Green+Blue) = 150+108+35=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #966C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966C23 is #6993DC. Grayscale: #707070. Windows color (decimal): -6919133 or 2321558. OLE color: 2321558.

HSL color Cylindrical-coordinate representation of color #966C23: hue angle of 38.09º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #966C23 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 108 35 -
CMYK 0 0.28 0.77 0.41
HSL 38.09º 0.62% 0.36% -
HSV(B) 38.09º 0.77% 0.59% -
XYZ 18.24 17.33 3.97 -
YUV 112.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 150 108 35 0 0.28 0.77 0.41 38.09 0.62 0.36
Hex 96 6C 23 0 1C 4D 29 26 3E 24
Octal 226 154 43 0 34 115 51 46 76 44
Binary 10010110 1101100 100011 0 11100 1001101 101001 100110 111110 100100

Color Harmonies of #966C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966C23

Black with #966C23

Text Example


Text Example

White with #966C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,108,35); }

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

background-color css

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

 a { background-color: rgb(150,108,35); }

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

border-color css

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

 span { border-color: rgb(150,108,35); }

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