Html Css Color HEX #8F6F64 Beaver

📋 copy color: '#8F6F64'

red 143 ◦ green 111 ◦ blue 100

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

Shades of Beaver #8F6F64

Tints of Beaver #8F6F64

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.36%

 BLUE value IS 100 (39.45% from 255) = 28.25%

R = 40.4%
G = 31.36%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8F6F64 (or 0x8F6F64) is known color: Beaver. HEX triplet: 8F, 6F and 64. RGB value is (143,111,100). Sum of RGB (Red+Green+Blue) = 143+111+100=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6F64 is #70909B. Grayscale: #777777. Windows color (decimal): -7377052 or 6582159. OLE color: 6582159.

HSL color Cylindrical-coordinate representation of color #8F6F64: hue angle of 15.35º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F6F64 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 111 100 -
CMYK 0 0.22 0.30 0.44
HSL 15.35º 0.18% 0.48% -
HSV(B) 15.35º 0.3% 0.56% -
XYZ 19.31 18.13 14.54 -
YUV 119.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 143 111 100 0 0.22 0.30 0.44 15.35 0.18 0.48
Hex 8F 6F 64 0 16 1E 2C F 12 30
Octal 217 157 144 0 26 36 54 17 22 60
Binary 10001111 1101111 1100100 0 10110 11110 101100 1111 10010 110000

Color Harmonies of #8F6F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6F64

Black with #8F6F64

Text Example


Text Example

White with #8F6F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,111,100); }

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

background-color css

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

 a { background-color: rgb(143,111,100); }

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

border-color css

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

 span { border-color: rgb(143,111,100); }

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