Html Css Color HEX #99715A Beaver

📋 copy color: '#99715A'

red 153 ◦ green 113 ◦ blue 90

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

Shades of Beaver #99715A

Tints of Beaver #99715A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.28%

R = 42.98%
G = 31.74%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99715A (or 0x99715A) is known color: Beaver. HEX triplet: 99, 71 and 5A. RGB value is (153,113,90). Sum of RGB (Red+Green+Blue) = 153+113+90=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #99715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99715A is #668EA5. Grayscale: #7A7A7A. Windows color (decimal): -6721190 or 5927321. OLE color: 5927321.

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

Color convert

RGB 153 113 90 -
CMYK 0 0.26 0.41 0.4
HSL 21.9º 0.26% 0.48% -
HSV(B) 21.9º 0.41% 0.6% -
XYZ 20.89 19.32 12.3 -
YUV 122.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 153 113 90 0 0.26 0.41 0.4 21.9 0.26 0.48
Hex 99 71 5A 0 1A 29 28 16 1A 30
Octal 231 161 132 0 32 51 50 26 32 60
Binary 10011001 1110001 1011010 0 11010 101001 101000 10110 11010 110000

Color Harmonies of #99715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99715A

Black with #99715A

Text Example


Text Example

White with #99715A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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