Html Css Color HEX #8F7062 Beaver

📋 copy color: '#8F7062'

red 143 ◦ green 112 ◦ blue 98

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

Shades of Beaver #8F7062

Tints of Beaver #8F7062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.73%

 BLUE value IS 98 (38.67% from 255) = 27.76%

R = 40.51%
G = 31.73%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8F7062 (or 0x8F7062) is known color: Beaver. HEX triplet: 8F, 70 and 62. RGB value is (143,112,98). Sum of RGB (Red+Green+Blue) = 143+112+98=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7062 is #708F9D. Grayscale: #777777. Windows color (decimal): -7376798 or 6451343. OLE color: 6451343.

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

Color convert

RGB 143 112 98 -
CMYK 0 0.22 0.31 0.44
HSL 18.67º 0.19% 0.47% -
HSV(B) 18.67º 0.31% 0.56% -
XYZ 19.33 18.31 14.07 -
YUV 119.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 143 112 98 0 0.22 0.31 0.44 18.67 0.19 0.47
Hex 8F 70 62 0 16 1F 2C 13 13 2F
Octal 217 160 142 0 26 37 54 23 23 57
Binary 10001111 1110000 1100010 0 10110 11111 101100 10011 10011 101111

Color Harmonies of #8F7062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7062

Black with #8F7062

Text Example


Text Example

White with #8F7062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,112,98); }

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

background-color css

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

 a { background-color: rgb(143,112,98); }

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

border-color css

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

 span { border-color: rgb(143,112,98); }

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