Html Css Color HEX #99715C Beaver

📋 copy color: '#99715C'

red 153 ◦ green 113 ◦ blue 92

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

Shades of Beaver #99715C

Tints of Beaver #99715C

RGB

 RED value IS 153 (60.16% from 255) = 42.74%

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

 BLUE value IS 92 (36.33% from 255) = 25.7%

R = 42.74%
G = 31.56%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#99715C (or 0x99715C) is known color: Beaver. HEX triplet: 99, 71 and 5C. RGB value is (153,113,92). Sum of RGB (Red+Green+Blue) = 153+113+92=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #99715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99715C is #668EA3. Grayscale: #7A7A7A. Windows color (decimal): -6721188 or 6058393. OLE color: 6058393.

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

Color convert

RGB 153 113 92 -
CMYK 0 0.26 0.40 0.4
HSL 20.66º 0.25% 0.48% -
HSV(B) 20.66º 0.4% 0.6% -
XYZ 20.97 19.36 12.76 -
YUV 122.57 110.75 149.71 -
System Red Green Blue C M Y K H S L
Decimal 153 113 92 0 0.26 0.40 0.4 20.66 0.25 0.48
Hex 99 71 5C 0 1A 28 28 15 19 30
Octal 231 161 134 0 32 50 50 25 31 60
Binary 10011001 1110001 1011100 0 11010 101000 101000 10101 11001 110000

Color Harmonies of #99715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99715C

Black with #99715C

Text Example


Text Example

White with #99715C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99715C; }

 p { color: rgb(153,113,92); }

 H1.HeaderClassName
 {
   color: #99715C;
 }
 .AnyTagClassName
 {
   color: #99715C;
 }
</style>

background-color css

<style>
 a { background-color: #99715C; }

 a { background-color: rgb(153,113,92); }

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

border-color css

<style>
 span { border-color: #99715C; }

 span { border-color: rgb(153,113,92); }

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