Html Css Color HEX #8F6D60 Beaver

📋 copy color: '#8F6D60'

red 143 ◦ green 109 ◦ blue 96

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

Shades of Beaver #8F6D60

Tints of Beaver #8F6D60

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.32%

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 41.09%
G = 31.32%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8F6D60 (or 0x8F6D60) is known color: Beaver. HEX triplet: 8F, 6D and 60. RGB value is (143,109,96). Sum of RGB (Red+Green+Blue) = 143+109+96=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6D60 is #70929F. Grayscale: #757575. Windows color (decimal): -7377568 or 6319503. OLE color: 6319503.

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

Color convert

RGB 143 109 96 -
CMYK 0 0.24 0.33 0.44
HSL 16.6º 0.2% 0.47% -
HSV(B) 16.6º 0.33% 0.56% -
XYZ 18.91 17.62 13.47 -
YUV 117.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 143 109 96 0 0.24 0.33 0.44 16.6 0.2 0.47
Hex 8F 6D 60 0 18 21 2C 11 14 2F
Octal 217 155 140 0 30 41 54 21 24 57
Binary 10001111 1101101 1100000 0 11000 100001 101100 10001 10100 101111

Color Harmonies of #8F6D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6D60

Black with #8F6D60

Text Example


Text Example

White with #8F6D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,109,96); }

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

background-color css

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

 a { background-color: rgb(143,109,96); }

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

border-color css

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

 span { border-color: rgb(143,109,96); }

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