Html Css Color HEX #96711D Corn Harvest

📋 copy color: '#96711D'

red 150 ◦ green 113 ◦ blue 29

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

Shades of Corn Harvest #96711D

Tints of Corn Harvest #96711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.7%

 BLUE value IS 29 (11.72% from 255) = 9.93%

R = 51.37%
G = 38.7%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96711D (or 0x96711D) is known color: Corn Harvest. HEX triplet: 96, 71 and 1D. RGB value is (150,113,29). Sum of RGB (Red+Green+Blue) = 150+113+29=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96711D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96711D is #698EE2. Grayscale: #727272. Windows color (decimal): -6917859 or 1929622. OLE color: 1929622.

HSL color Cylindrical-coordinate representation of color #96711D: hue angle of 41.65º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96711D is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 113 29 -
CMYK 0 0.25 0.81 0.41
HSL 41.65º 0.68% 0.35% -
HSV(B) 41.65º 0.81% 0.59% -
XYZ 18.7 18.38 3.72 -
YUV 114.49 79.76 153.33 -
System Red Green Blue C M Y K H S L
Decimal 150 113 29 0 0.25 0.81 0.41 41.65 0.68 0.35
Hex 96 71 1D 0 19 51 29 2A 44 23
Octal 226 161 35 0 31 121 51 52 104 43
Binary 10010110 1110001 11101 0 11001 1010001 101001 101010 1000100 100011

Color Harmonies of #96711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96711D

Black with #96711D

Text Example


Text Example

White with #96711D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,113,29); }

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

background-color css

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

 a { background-color: rgb(150,113,29); }

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

border-color css

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

 span { border-color: rgb(150,113,29); }

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