Html Css Color HEX #96795F Sorrell Brown

📋 copy color: '#96795F'

red 150 ◦ green 121 ◦ blue 95

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

Shades of Sorrell Brown #96795F

Tints of Sorrell Brown #96795F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.06%

 BLUE value IS 95 (37.5% from 255) = 25.96%

R = 40.98%
G = 33.06%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96795F (or 0x96795F) is known color: Sorrell Brown. HEX triplet: 96, 79 and 5F. RGB value is (150,121,95). Sum of RGB (Red+Green+Blue) = 150+121+95=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #96795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96795F is #6986A0. Grayscale: #7E7E7E. Windows color (decimal): -6915745 or 6257046. OLE color: 6257046.

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

Color convert

RGB 150 121 95 -
CMYK 0 0.19 0.37 0.41
HSL 28.36º 0.22% 0.48% -
HSV(B) 28.36º 0.37% 0.59% -
XYZ 21.48 20.99 13.74 -
YUV 126.71 110.11 144.61 -
System Red Green Blue C M Y K H S L
Decimal 150 121 95 0 0.19 0.37 0.41 28.36 0.22 0.48
Hex 96 79 5F 0 13 25 29 1C 16 30
Octal 226 171 137 0 23 45 51 34 26 60
Binary 10010110 1111001 1011111 0 10011 100101 101001 11100 10110 110000

Color Harmonies of #96795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96795F

Black with #96795F

Text Example


Text Example

White with #96795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96795F; }

 p { color: rgb(150,121,95); }

 H1.HeaderClassName
 {
   color: #96795F;
 }
 .AnyTagClassName
 {
   color: #96795F;
 }
</style>

background-color css

<style>
 a { background-color: #96795F; }

 a { background-color: rgb(150,121,95); }

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

border-color css

<style>
 span { border-color: #96795F; }

 span { border-color: rgb(150,121,95); }

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