Html Css Color HEX #8F6C5E Beaver

📋 copy color: '#8F6C5E'

red 143 ◦ green 108 ◦ blue 94

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

Shades of Beaver #8F6C5E

Tints of Beaver #8F6C5E

RGB

 RED value IS 143 (56.25% from 255) = 41.45%

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

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

R = 41.45%
G = 31.3%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8F6C5E (or 0x8F6C5E) is known color: Beaver. HEX triplet: 8F, 6C and 5E. RGB value is (143,108,94). Sum of RGB (Red+Green+Blue) = 143+108+94=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6C5E is #7093A1. Grayscale: #747474. Windows color (decimal): -7377826 or 6188175. OLE color: 6188175.

HSL color Cylindrical-coordinate representation of color #8F6C5E: hue angle of 17.14º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F6C5E is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 108 94 -
CMYK 0 0.24 0.34 0.44
HSL 17.14º 0.21% 0.46% -
HSV(B) 17.14º 0.34% 0.56% -
XYZ 18.71 17.37 12.96 -
YUV 116.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 143 108 94 0 0.24 0.34 0.44 17.14 0.21 0.46
Hex 8F 6C 5E 0 18 22 2C 11 15 2E
Octal 217 154 136 0 30 42 54 21 25 56
Binary 10001111 1101100 1011110 0 11000 100010 101100 10001 10101 101110

Color Harmonies of #8F6C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6C5E

Black with #8F6C5E

Text Example


Text Example

White with #8F6C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,108,94); }

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

background-color css

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

 a { background-color: rgb(143,108,94); }

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

border-color css

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

 span { border-color: rgb(143,108,94); }

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