Html Css Color HEX #96752D Corn Harvest

📋 copy color: '#96752D'

red 150 ◦ green 117 ◦ blue 45

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

Shades of Corn Harvest #96752D

Tints of Corn Harvest #96752D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.42%

R = 48.08%
G = 37.5%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#96752D (or 0x96752D) is known color: Corn Harvest. HEX triplet: 96, 75 and 2D. RGB value is (150,117,45). Sum of RGB (Red+Green+Blue) = 150+117+45=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96752D is #698AD2. Grayscale: #767676. Windows color (decimal): -6916819 or 2979222. OLE color: 2979222.

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

Color convert

RGB 150 117 45 -
CMYK 0 0.22 0.70 0.41
HSL 41.14º 0.54% 0.38% -
HSV(B) 41.14º 0.7% 0.59% -
XYZ 19.41 19.4 5.2 -
YUV 118.66 86.43 150.35 -
System Red Green Blue C M Y K H S L
Decimal 150 117 45 0 0.22 0.70 0.41 41.14 0.54 0.38
Hex 96 75 2D 0 16 46 29 29 36 26
Octal 226 165 55 0 26 106 51 51 66 46
Binary 10010110 1110101 101101 0 10110 1000110 101001 101001 110110 100110

Color Harmonies of #96752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96752D

Black with #96752D

Text Example


Text Example

White with #96752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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