#88662A

Color #88662A Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #88662A

Tints of Corn Harvest #88662A

Color information

#88662A (or 0x88662A) is unknown color: approx Corn Harvest. HEX triplet: 88, 66 and 2A. RGB value is (136,102,42). Sum of RGB (Red+Green+Blue) = 136+102+42=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #88662A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88662A is #7799D5. Grayscale: #696969. Windows color (decimal): -7838166 or 2778760. OLE color: 2778760.

HSL color Cylindrical-coordinate representation of color #88662A: hue angle of 38.3º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88662A is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB13610242-
CMYK00.250.690.47
HSL38.3º52.81%34.9%-
HSV(B)38.3º69.12%53.33%-
XYZ15.3214.94.26-
YUV105.3392.26149.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.57%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 42 (16.80% from 255) = 15%
R=48.57%
G=36.43%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361024200.250.690.4738.352.8134.9
Hex88662A019452F263523
Octal2101465203110557466543
Binary1000100011001101010100110011000101101111100110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88662A; }

 p { color: rgb(136,102,42); }

 H1.HeaderClassName
 {
   color: #88662A;
 }
 .AnyTagClassName
 {
   color: #88662A;
 }
</style>
background-color css

<style>
 a { background-color: #88662A; }

 a { background-color: rgb(136,102,42); }

 div.DivClassName
 {
   background-color: #88662A;
 }
 .BgClassName
 {
   background-color: #88662A;
 }
</style>
border-color css

<style>
 span { border-color: #88662A; }

 span { border-color: rgb(136,102,42); }

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