Html Css Color HEX #8C6E59 Beaver

📋 copy color: '#8C6E59'

red 140 ◦ green 110 ◦ blue 89

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

Shades of Beaver #8C6E59

Tints of Beaver #8C6E59

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.45%

 BLUE value IS 89 (35.16% from 255) = 26.25%

R = 41.3%
G = 32.45%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8C6E59 (or 0x8C6E59) is known color: Beaver. HEX triplet: 8C, 6E and 59. RGB value is (140,110,89). Sum of RGB (Red+Green+Blue) = 140+110+89=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6E59 is #7391A6. Grayscale: #747474. Windows color (decimal): -7573927 or 5861004. OLE color: 5861004.

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

Color convert

RGB 140 110 89 -
CMYK 0 0.21 0.36 0.45
HSL 24.71º 0.22% 0.45% -
HSV(B) 24.71º 0.36% 0.55% -
XYZ 18.19 17.45 11.86 -
YUV 116.58 112.44 144.71 -
System Red Green Blue C M Y K H S L
Decimal 140 110 89 0 0.21 0.36 0.45 24.71 0.22 0.45
Hex 8C 6E 59 0 15 24 2D 19 16 2D
Octal 214 156 131 0 25 44 55 31 26 55
Binary 10001100 1101110 1011001 0 10101 100100 101101 11001 10110 101101

Color Harmonies of #8C6E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6E59

Black with #8C6E59

Text Example


Text Example

White with #8C6E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,110,89); }

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

background-color css

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

 a { background-color: rgb(140,110,89); }

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

border-color css

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

 span { border-color: rgb(140,110,89); }

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