Html Css Color HEX #8B6C34 Corn Harvest

📋 copy color: '#8B6C34'

red 139 ◦ green 108 ◦ blue 52

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

Shades of Corn Harvest #8B6C34

Tints of Corn Harvest #8B6C34

RGB

 RED value IS 139 (54.69% from 255) = 46.49%

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

 BLUE value IS 52 (20.7% from 255) = 17.39%

R = 46.49%
G = 36.12%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#8B6C34 (or 0x8B6C34) is known color: Corn Harvest. HEX triplet: 8B, 6C and 34. RGB value is (139,108,52). Sum of RGB (Red+Green+Blue) = 139+108+52=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6C34 is #7493CB. Grayscale: #6F6F6F. Windows color (decimal): -7640012 or 3435659. OLE color: 3435659.

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

Color convert

RGB 139 108 52 -
CMYK 0 0.22 0.63 0.45
HSL 38.62º 0.46% 0.37% -
HSV(B) 38.62º 0.63% 0.55% -
XYZ 16.63 16.46 5.55 -
YUV 110.89 94.77 148.05 -
System Red Green Blue C M Y K H S L
Decimal 139 108 52 0 0.22 0.63 0.45 38.62 0.46 0.37
Hex 8B 6C 34 0 16 3F 2D 27 2E 25
Octal 213 154 64 0 26 77 55 47 56 45
Binary 10001011 1101100 110100 0 10110 111111 101101 100111 101110 100101

Color Harmonies of #8B6C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6C34

Black with #8B6C34

Text Example


Text Example

White with #8B6C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,108,52); }

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

background-color css

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

 a { background-color: rgb(139,108,52); }

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

border-color css

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

 span { border-color: rgb(139,108,52); }

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