Html Css Color HEX #8C6A5E Beaver

📋 copy color: '#8C6A5E'

red 140 ◦ green 106 ◦ blue 94

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

Shades of Beaver #8C6A5E

Tints of Beaver #8C6A5E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.18%

 BLUE value IS 94 (37.11% from 255) = 27.65%

R = 41.18%
G = 31.18%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8C6A5E (or 0x8C6A5E) is known color: Beaver. HEX triplet: 8C, 6A and 5E. RGB value is (140,106,94). Sum of RGB (Red+Green+Blue) = 140+106+94=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6A5E is #7395A1. Grayscale: #727272. Windows color (decimal): -7574946 or 6187660. OLE color: 6187660.

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

Color convert

RGB 140 106 94 -
CMYK 0 0.24 0.33 0.45
HSL 15.65º 0.2% 0.46% -
HSV(B) 15.65º 0.33% 0.55% -
XYZ 17.99 16.69 12.86 -
YUV 114.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 140 106 94 0 0.24 0.33 0.45 15.65 0.2 0.46
Hex 8C 6A 5E 0 18 21 2D 10 14 2E
Octal 214 152 136 0 30 41 55 20 24 56
Binary 10001100 1101010 1011110 0 11000 100001 101101 10000 10100 101110

Color Harmonies of #8C6A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6A5E

Black with #8C6A5E

Text Example


Text Example

White with #8C6A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,106,94); }

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

background-color css

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

 a { background-color: rgb(140,106,94); }

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

border-color css

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

 span { border-color: rgb(140,106,94); }

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