Html Css Color HEX #96825F Sorrell Brown

📋 copy color: '#96825F'

red 150 ◦ green 130 ◦ blue 95

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

Shades of Sorrell Brown #96825F

Tints of Sorrell Brown #96825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.67%

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

R = 40%
G = 34.67%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96825F (or 0x96825F) is known color: Sorrell Brown. HEX triplet: 96, 82 and 5F. RGB value is (150,130,95). Sum of RGB (Red+Green+Blue) = 150+130+95=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #96825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96825F is #697DA0. Grayscale: #848484. Windows color (decimal): -6913441 or 6259350. OLE color: 6259350.

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

Color convert

RGB 150 130 95 -
CMYK 0 0.13 0.37 0.41
HSL 38.18º 0.22% 0.48% -
HSV(B) 38.18º 0.37% 0.59% -
XYZ 22.63 23.28 14.13 -
YUV 131.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 150 130 95 0 0.13 0.37 0.41 38.18 0.22 0.48
Hex 96 82 5F 0 D 25 29 26 16 30
Octal 226 202 137 0 15 45 51 46 26 60
Binary 10010110 10000010 1011111 0 1101 100101 101001 100110 10110 110000

Color Harmonies of #96825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96825F

Black with #96825F

Text Example


Text Example

White with #96825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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