Html Css Color HEX #96815E Sorrell Brown

📋 copy color: '#96815E'

red 150 ◦ green 129 ◦ blue 94

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

Shades of Sorrell Brown #96815E

Tints of Sorrell Brown #96815E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.58%

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

R = 40.21%
G = 34.58%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96815E (or 0x96815E) is known color: Sorrell Brown. HEX triplet: 96, 81 and 5E. RGB value is (150,129,94). Sum of RGB (Red+Green+Blue) = 150+129+94=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #96815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96815E is #697EA1. Grayscale: #838383. Windows color (decimal): -6913698 or 6193558. OLE color: 6193558.

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

Color convert

RGB 150 129 94 -
CMYK 0 0.14 0.37 0.41
HSL 37.5º 0.23% 0.48% -
HSV(B) 37.5º 0.37% 0.59% -
XYZ 22.45 22.99 13.84 -
YUV 131.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 150 129 94 0 0.14 0.37 0.41 37.5 0.23 0.48
Hex 96 81 5E 0 E 25 29 26 17 30
Octal 226 201 136 0 16 45 51 46 27 60
Binary 10010110 10000001 1011110 0 1110 100101 101001 100110 10111 110000

Color Harmonies of #96815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96815E

Black with #96815E

Text Example


Text Example

White with #96815E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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