Html Css Color HEX #96752E Corn Harvest

📋 copy color: '#96752E'

red 150 ◦ green 117 ◦ blue 46

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

Shades of Corn Harvest #96752E

Tints of Corn Harvest #96752E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.7%

R = 47.92%
G = 37.38%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96752E (or 0x96752E) is known color: Corn Harvest. HEX triplet: 96, 75 and 2E. RGB value is (150,117,46). Sum of RGB (Red+Green+Blue) = 150+117+46=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96752E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96752E is #698AD1. Grayscale: #777777. Windows color (decimal): -6916818 or 3044758. OLE color: 3044758.

HSL color Cylindrical-coordinate representation of color #96752E: hue angle of 40.96º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96752E is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 117 46 -
CMYK 0 0.22 0.69 0.41
HSL 40.96º 0.53% 0.38% -
HSV(B) 40.96º 0.69% 0.59% -
XYZ 19.43 19.4 5.31 -
YUV 118.77 86.93 150.27 -
System Red Green Blue C M Y K H S L
Decimal 150 117 46 0 0.22 0.69 0.41 40.96 0.53 0.38
Hex 96 75 2E 0 16 45 29 29 35 26
Octal 226 165 56 0 26 105 51 51 65 46
Binary 10010110 1110101 101110 0 10110 1000101 101001 101001 110101 100110

Color Harmonies of #96752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96752E

Black with #96752E

Text Example


Text Example

White with #96752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96752E; }

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

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

background-color css

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

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

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

border-color css

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

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

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