Html Css Color HEX #98715E Beaver

📋 copy color: '#98715E'

red 152 ◦ green 113 ◦ blue 94

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

Shades of Beaver #98715E

Tints of Beaver #98715E

RGB

 RED value IS 152 (59.77% from 255) = 42.34%

 GREEN value IS 113 (44.53% from 255) = 31.48%

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

R = 42.34%
G = 31.48%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98715E (or 0x98715E) is known color: Beaver. HEX triplet: 98, 71 and 5E. RGB value is (152,113,94). Sum of RGB (Red+Green+Blue) = 152+113+94=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98715E is #678EA1. Grayscale: #7A7A7A. Windows color (decimal): -6786722 or 6189464. OLE color: 6189464.

HSL color Cylindrical-coordinate representation of color #98715E: hue angle of 19.66º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98715E is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 113 94 -
CMYK 0 0.26 0.38 0.40
HSL 19.66º 0.24% 0.48% -
HSV(B) 19.66º 0.38% 0.6% -
XYZ 20.87 19.29 13.21 -
YUV 122.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 152 113 94 0 0.26 0.38 0.40 19.66 0.24 0.48
Hex 98 71 5E 0 1A 26 28 14 18 30
Octal 230 161 136 0 32 46 50 24 30 60
Binary 10011000 1110001 1011110 0 11010 100110 101000 10100 11000 110000

Color Harmonies of #98715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98715E

Black with #98715E

Text Example


Text Example

White with #98715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98715E; }

 p { color: rgb(152,113,94); }

 H1.HeaderClassName
 {
   color: #98715E;
 }
 .AnyTagClassName
 {
   color: #98715E;
 }
</style>

background-color css

<style>
 a { background-color: #98715E; }

 a { background-color: rgb(152,113,94); }

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

border-color css

<style>
 span { border-color: #98715E; }

 span { border-color: rgb(152,113,94); }

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