Html Css Color HEX #8C6C33 Corn Harvest

📋 copy color: '#8C6C33'

red 140 ◦ green 108 ◦ blue 51

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

Shades of Corn Harvest #8C6C33

Tints of Corn Harvest #8C6C33

RGB

 RED value IS 140 (55.08% from 255) = 46.82%

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

 BLUE value IS 51 (20.31% from 255) = 17.06%

R = 46.82%
G = 36.12%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#8C6C33 (or 0x8C6C33) is known color: Corn Harvest. HEX triplet: 8C, 6C and 33. RGB value is (140,108,51). Sum of RGB (Red+Green+Blue) = 140+108+51=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6C33 is #7393CC. Grayscale: #6F6F6F. Windows color (decimal): -7574477 or 3370124. OLE color: 3370124.

HSL color Cylindrical-coordinate representation of color #8C6C33: hue angle of 38.43º 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 #8C6C33 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 108 51 -
CMYK 0 0.23 0.64 0.45
HSL 38.43º 0.47% 0.37% -
HSV(B) 38.43º 0.64% 0.55% -
XYZ 16.78 16.54 5.44 -
YUV 111.07 94.1 148.63 -
System Red Green Blue C M Y K H S L
Decimal 140 108 51 0 0.23 0.64 0.45 38.43 0.47 0.37
Hex 8C 6C 33 0 17 40 2D 26 2F 25
Octal 214 154 63 0 27 100 55 46 57 45
Binary 10001100 1101100 110011 0 10111 1000000 101101 100110 101111 100101

Color Harmonies of #8C6C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6C33

Black with #8C6C33

Text Example


Text Example

White with #8C6C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C6C33;
 }
 .AnyTagClassName
 {
   color: #8C6C33;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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