Html Css Color HEX #96755E Beaver

📋 copy color: '#96755E'

red 150 ◦ green 117 ◦ blue 94

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

Shades of Beaver #96755E

Tints of Beaver #96755E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.41%

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

R = 41.55%
G = 32.41%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96755E (or 0x96755E) is known color: Beaver. HEX triplet: 96, 75 and 5E. RGB value is (150,117,94). Sum of RGB (Red+Green+Blue) = 150+117+94=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #96755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96755E is #698AA1. Grayscale: #7C7C7C. Windows color (decimal): -6916770 or 6190486. OLE color: 6190486.

HSL color Cylindrical-coordinate representation of color #96755E: hue angle of 24.64º 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 #96755E is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 117 94 -
CMYK 0 0.22 0.37 0.41
HSL 24.64º 0.23% 0.48% -
HSV(B) 24.64º 0.37% 0.59% -
XYZ 20.96 20.01 13.35 -
YUV 124.25 110.93 146.37 -
System Red Green Blue C M Y K H S L
Decimal 150 117 94 0 0.22 0.37 0.41 24.64 0.23 0.48
Hex 96 75 5E 0 16 25 29 19 17 30
Octal 226 165 136 0 26 45 51 31 27 60
Binary 10010110 1110101 1011110 0 10110 100101 101001 11001 10111 110000

Color Harmonies of #96755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96755E

Black with #96755E

Text Example


Text Example

White with #96755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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