#8C6B33

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

Shades of Corn Harvest #8C6B33

Tints of Corn Harvest #8C6B33

Color information

#8C6B33 (or 0x8C6B33) is unknown color: approx Corn Harvest. HEX triplet: 8C, 6B and 33. RGB value is (140,107,51). Sum of RGB (Red+Green+Blue) = 140+107+51=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6B33 is #7394CC. Grayscale: #6E6E6E. Windows color (decimal): -7574733 or 3369868. OLE color: 3369868.

HSL color Cylindrical-coordinate representation of color #8C6B33: hue angle of 37.75º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C6B33 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB14010751-
CMYK00.240.640.45
HSL37.75º46.6%37.45%-
HSV(B)37.75º63.57%54.9%-
XYZ16.6716.335.41-
YUV110.4894.43149.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.98%
GREEN value IS 107 (42.19% from 255) = 35.91%
BLUE value IS 51 (20.31% from 255) = 17.11%
R=46.98%
G=35.91%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401075100.240.640.4537.7546.637.45
Hex8C6B33018402D262f25
Octal2141536303010055465745
Binary1000110011010111100110110001000000101101100110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C6B33; }

 p { color: rgb(140,107,51); }

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

<style>
 a { background-color: #8C6B33; }

 a { background-color: rgb(140,107,51); }

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

<style>
 span { border-color: #8C6B33; }

 span { border-color: rgb(140,107,51); }

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