Html Css Color HEX #8F7063 Beaver

📋 copy color: '#8F7063'

red 143 ◦ green 112 ◦ blue 99

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

Shades of Beaver #8F7063

Tints of Beaver #8F7063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.97%

R = 40.4%
G = 31.64%
B = 27.97%

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

#8F7063 (or 0x8F7063) is known color: Beaver. HEX triplet: 8F, 70 and 63. RGB value is (143,112,99). Sum of RGB (Red+Green+Blue) = 143+112+99=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7063 is #708F9C. Grayscale: #777777. Windows color (decimal): -7376797 or 6516879. OLE color: 6516879.

HSL color Cylindrical-coordinate representation of color #8F7063: hue angle of 17.73º degrees, saturation: 0.18, 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 #8F7063 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 112 99 -
CMYK 0 0.22 0.31 0.44
HSL 17.73º 0.18% 0.47% -
HSV(B) 17.73º 0.31% 0.56% -
XYZ 19.37 18.33 14.32 -
YUV 119.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 143 112 99 0 0.22 0.31 0.44 17.73 0.18 0.47
Hex 8F 70 63 0 16 1F 2C 12 12 2F
Octal 217 160 143 0 26 37 54 22 22 57
Binary 10001111 1110000 1100011 0 10110 11111 101100 10010 10010 101111

Color Harmonies of #8F7063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7063

Black with #8F7063

Text Example


Text Example

White with #8F7063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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