Html Css Color HEX #9E7D64 Sorrell Brown

📋 copy color: '#9E7D64'

red 158 ◦ green 125 ◦ blue 100

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

Shades of Sorrell Brown #9E7D64

Tints of Sorrell Brown #9E7D64

RGB

 RED value IS 158 (62.11% from 255) = 41.25%

 GREEN value IS 125 (49.22% from 255) = 32.64%

 BLUE value IS 100 (39.45% from 255) = 26.11%

R = 41.25%
G = 32.64%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9E7D64 (or 0x9E7D64) is known color: Sorrell Brown. HEX triplet: 9E, 7D and 64. RGB value is (158,125,100). Sum of RGB (Red+Green+Blue) = 158+125+100=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7D64 is #61829B. Grayscale: #848484. Windows color (decimal): -6390428 or 6585758. OLE color: 6585758.

HSL color Cylindrical-coordinate representation of color #9E7D64: hue angle of 25.86º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E7D64 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 125 100 -
CMYK 0 0.21 0.37 0.38
HSL 25.86º 0.23% 0.51% -
HSV(B) 25.86º 0.37% 0.62% -
XYZ 23.73 22.86 15.22 -
YUV 132.02 109.93 146.53 -
System Red Green Blue C M Y K H S L
Decimal 158 125 100 0 0.21 0.37 0.38 25.86 0.23 0.51
Hex 9E 7D 64 0 15 25 26 1A 17 33
Octal 236 175 144 0 25 45 46 32 27 63
Binary 10011110 1111101 1100100 0 10101 100101 100110 11010 10111 110011

Color Harmonies of #9E7D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7D64

Black with #9E7D64

Text Example


Text Example

White with #9E7D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E7D64; }

 p { color: rgb(158,125,100); }

 H1.HeaderClassName
 {
   color: #9E7D64;
 }
 .AnyTagClassName
 {
   color: #9E7D64;
 }
</style>

background-color css

<style>
 a { background-color: #9E7D64; }

 a { background-color: rgb(158,125,100); }

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

border-color css

<style>
 span { border-color: #9E7D64; }

 span { border-color: rgb(158,125,100); }

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