Html Css Color HEX #896C2D Corn Harvest

📋 copy color: '#896C2D'

red 137 ◦ green 108 ◦ blue 45

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

Shades of Corn Harvest #896C2D

Tints of Corn Harvest #896C2D

RGB

 RED value IS 137 (53.91% from 255) = 47.24%

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

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

R = 47.24%
G = 37.24%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#896C2D (or 0x896C2D) is known color: Corn Harvest. HEX triplet: 89, 6C and 2D. RGB value is (137,108,45). Sum of RGB (Red+Green+Blue) = 137+108+45=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #896C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896C2D is #7693D2. Grayscale: #6D6D6D. Windows color (decimal): -7771091 or 2976905. OLE color: 2976905.

HSL color Cylindrical-coordinate representation of color #896C2D: hue angle of 41.09º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #896C2D is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 108 45 -
CMYK 0 0.21 0.67 0.46
HSL 41.09º 0.51% 0.36% -
HSV(B) 41.09º 0.67% 0.54% -
XYZ 16.15 16.23 4.76 -
YUV 109.49 91.61 147.62 -
System Red Green Blue C M Y K H S L
Decimal 137 108 45 0 0.21 0.67 0.46 41.09 0.51 0.36
Hex 89 6C 2D 0 15 43 2E 29 33 24
Octal 211 154 55 0 25 103 56 51 63 44
Binary 10001001 1101100 101101 0 10101 1000011 101110 101001 110011 100100

Color Harmonies of #896C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C2D

Black with #896C2D

Text Example


Text Example

White with #896C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896C2D; }

 p { color: rgb(137,108,45); }

 H1.HeaderClassName
 {
   color: #896C2D;
 }
 .AnyTagClassName
 {
   color: #896C2D;
 }
</style>

background-color css

<style>
 a { background-color: #896C2D; }

 a { background-color: rgb(137,108,45); }

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

border-color css

<style>
 span { border-color: #896C2D; }

 span { border-color: rgb(137,108,45); }

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