Html Css Color HEX #9D8062 Sorrell Brown

📋 copy color: '#9D8062'

red 157 ◦ green 128 ◦ blue 98

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

Shades of Sorrell Brown #9D8062

Tints of Sorrell Brown #9D8062

RGB

 RED value IS 157 (61.72% from 255) = 40.99%

 GREEN value IS 128 (50.39% from 255) = 33.42%

 BLUE value IS 98 (38.67% from 255) = 25.59%

R = 40.99%
G = 33.42%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9D8062 (or 0x9D8062) is known color: Sorrell Brown. HEX triplet: 9D, 80 and 62. RGB value is (157,128,98). Sum of RGB (Red+Green+Blue) = 157+128+98=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8062 is #627F9D. Grayscale: #858585. Windows color (decimal): -6455198 or 6455453. OLE color: 6455453.

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

Color convert

RGB 157 128 98 -
CMYK 0 0.18 0.38 0.38
HSL 30.51º 0.23% 0.5% -
HSV(B) 30.51º 0.38% 0.62% -
XYZ 23.83 23.49 14.83 -
YUV 133.25 108.11 144.94 -
System Red Green Blue C M Y K H S L
Decimal 157 128 98 0 0.18 0.38 0.38 30.51 0.23 0.5
Hex 9D 80 62 0 12 26 26 1F 17 32
Octal 235 200 142 0 22 46 46 37 27 62
Binary 10011101 10000000 1100010 0 10010 100110 100110 11111 10111 110010

Color Harmonies of #9D8062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8062

Black with #9D8062

Text Example


Text Example

White with #9D8062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,128,98); }

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

background-color css

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

 a { background-color: rgb(157,128,98); }

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

border-color css

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

 span { border-color: rgb(157,128,98); }

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