Html Css Color HEX #9D8266 Sorrell Brown

📋 copy color: '#9D8266'

red 157 ◦ green 130 ◦ blue 102

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

Shades of Sorrell Brown #9D8266

Tints of Sorrell Brown #9D8266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.22%

R = 40.36%
G = 33.42%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9D8266 (or 0x9D8266) is known color: Sorrell Brown. HEX triplet: 9D, 82 and 66. RGB value is (157,130,102). Sum of RGB (Red+Green+Blue) = 157+130+102=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8266 is #627D99. Grayscale: #878787. Windows color (decimal): -6454682 or 6718109. OLE color: 6718109.

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

Color convert

RGB 157 130 102 -
CMYK 0 0.17 0.35 0.38
HSL 30.55º 0.22% 0.51% -
HSV(B) 30.55º 0.35% 0.62% -
XYZ 24.29 24.09 15.94 -
YUV 134.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 157 130 102 0 0.17 0.35 0.38 30.55 0.22 0.51
Hex 9D 82 66 0 11 23 26 1F 16 33
Octal 235 202 146 0 21 43 46 37 26 63
Binary 10011101 10000010 1100110 0 10001 100011 100110 11111 10110 110011

Color Harmonies of #9D8266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8266

Black with #9D8266

Text Example


Text Example

White with #9D8266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,130,102); }

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

background-color css

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

 a { background-color: rgb(157,130,102); }

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

border-color css

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

 span { border-color: rgb(157,130,102); }

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