Html Css Color HEX #96715E Beaver

📋 copy color: '#96715E'

red 150 ◦ green 113 ◦ blue 94

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

Shades of Beaver #96715E

Tints of Beaver #96715E

RGB

 RED value IS 150 (58.98% from 255) = 42.02%

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

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

R = 42.02%
G = 31.65%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96715E (or 0x96715E) is known color: Beaver. HEX triplet: 96, 71 and 5E. RGB value is (150,113,94). Sum of RGB (Red+Green+Blue) = 150+113+94=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #96715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96715E is #698EA1. Grayscale: #7A7A7A. Windows color (decimal): -6917794 or 6189462. OLE color: 6189462.

HSL color Cylindrical-coordinate representation of color #96715E: hue angle of 20.36º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96715E is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 113 94 -
CMYK 0 0.25 0.37 0.41
HSL 20.36º 0.23% 0.48% -
HSV(B) 20.36º 0.37% 0.59% -
XYZ 20.5 19.1 13.2 -
YUV 121.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 150 113 94 0 0.25 0.37 0.41 20.36 0.23 0.48
Hex 96 71 5E 0 19 25 29 14 17 30
Octal 226 161 136 0 31 45 51 24 27 60
Binary 10010110 1110001 1011110 0 11001 100101 101001 10100 10111 110000

Color Harmonies of #96715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96715E

Black with #96715E

Text Example


Text Example

White with #96715E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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