Html Css Color HEX #886C32 Corn Harvest

📋 copy color: '#886C32'

red 136 ◦ green 108 ◦ blue 50

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

Shades of Corn Harvest #886C32

Tints of Corn Harvest #886C32

RGB

 RED value IS 136 (53.52% from 255) = 46.26%

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

 BLUE value IS 50 (19.92% from 255) = 17.01%

R = 46.26%
G = 36.73%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#886C32 (or 0x886C32) is known color: Corn Harvest. HEX triplet: 88, 6C and 32. RGB value is (136,108,50). Sum of RGB (Red+Green+Blue) = 136+108+50=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #886C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886C32 is #7793CD. Grayscale: #6E6E6E. Windows color (decimal): -7836622 or 3304584. OLE color: 3304584.

HSL color Cylindrical-coordinate representation of color #886C32: hue angle of 40.47º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #886C32 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 108 50 -
CMYK 0 0.21 0.63 0.47
HSL 40.47º 0.46% 0.36% -
HSV(B) 40.47º 0.63% 0.53% -
XYZ 16.09 16.19 5.29 -
YUV 109.76 94.28 146.72 -
System Red Green Blue C M Y K H S L
Decimal 136 108 50 0 0.21 0.63 0.47 40.47 0.46 0.36
Hex 88 6C 32 0 15 3F 2F 28 2E 24
Octal 210 154 62 0 25 77 57 50 56 44
Binary 10001000 1101100 110010 0 10101 111111 101111 101000 101110 100100

Color Harmonies of #886C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886C32

Black with #886C32

Text Example


Text Example

White with #886C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886C32; }

 p { color: rgb(136,108,50); }

 H1.HeaderClassName
 {
   color: #886C32;
 }
 .AnyTagClassName
 {
   color: #886C32;
 }
</style>

background-color css

<style>
 a { background-color: #886C32; }

 a { background-color: rgb(136,108,50); }

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

border-color css

<style>
 span { border-color: #886C32; }

 span { border-color: rgb(136,108,50); }

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