Html Css Color HEX #886A32 Corn Harvest

📋 copy color: '#886A32'

red 136 ◦ green 106 ◦ blue 50

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

Shades of Corn Harvest #886A32

Tints of Corn Harvest #886A32

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.3%

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

R = 46.58%
G = 36.3%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#886A32 (or 0x886A32) is known color: Corn Harvest. HEX triplet: 88, 6A and 32. RGB value is (136,106,50). Sum of RGB (Red+Green+Blue) = 136+106+50=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #886A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A32 is #7795CD. Grayscale: #6C6C6C. Windows color (decimal): -7837134 or 3304072. OLE color: 3304072.

HSL color Cylindrical-coordinate representation of color #886A32: hue angle of 39.07º 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 #886A32 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 106 50 -
CMYK 0 0.22 0.63 0.47
HSL 39.07º 0.46% 0.36% -
HSV(B) 39.07º 0.63% 0.53% -
XYZ 15.88 15.77 5.22 -
YUV 108.59 94.94 147.55 -
System Red Green Blue C M Y K H S L
Decimal 136 106 50 0 0.22 0.63 0.47 39.07 0.46 0.36
Hex 88 6A 32 0 16 3F 2F 27 2E 24
Octal 210 152 62 0 26 77 57 47 56 44
Binary 10001000 1101010 110010 0 10110 111111 101111 100111 101110 100100

Color Harmonies of #886A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A32

Black with #886A32

Text Example


Text Example

White with #886A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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