Html Css Color HEX #96762D Corn Harvest

📋 copy color: '#96762D'

red 150 ◦ green 118 ◦ blue 45

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

Shades of Corn Harvest #96762D

Tints of Corn Harvest #96762D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.7%

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

R = 47.92%
G = 37.7%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#96762D (or 0x96762D) is known color: Corn Harvest. HEX triplet: 96, 76 and 2D. RGB value is (150,118,45). Sum of RGB (Red+Green+Blue) = 150+118+45=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96762D is #6989D2. Grayscale: #777777. Windows color (decimal): -6916563 or 2979478. OLE color: 2979478.

HSL color Cylindrical-coordinate representation of color #96762D: hue angle of 41.71º 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 #96762D is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 118 45 -
CMYK 0 0.21 0.70 0.41
HSL 41.71º 0.54% 0.38% -
HSV(B) 41.71º 0.7% 0.59% -
XYZ 19.53 19.63 5.24 -
YUV 119.25 86.1 149.94 -
System Red Green Blue C M Y K H S L
Decimal 150 118 45 0 0.21 0.70 0.41 41.71 0.54 0.38
Hex 96 76 2D 0 15 46 29 2A 36 26
Octal 226 166 55 0 25 106 51 52 66 46
Binary 10010110 1110110 101101 0 10101 1000110 101001 101010 110110 100110

Color Harmonies of #96762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96762D

Black with #96762D

Text Example


Text Example

White with #96762D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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