Html Css Color HEX #9D8069 Sorrell Brown

📋 copy color: '#9D8069'

red 157 ◦ green 128 ◦ blue 105

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

Shades of Sorrell Brown #9D8069

Tints of Sorrell Brown #9D8069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.92%

R = 40.26%
G = 32.82%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9D8069 (or 0x9D8069) is known color: Sorrell Brown. HEX triplet: 9D, 80 and 69. RGB value is (157,128,105). Sum of RGB (Red+Green+Blue) = 157+128+105=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8069 is #627F96. Grayscale: #868686. Windows color (decimal): -6455191 or 6914205. OLE color: 6914205.

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

Color convert

RGB 157 128 105 -
CMYK 0 0.18 0.33 0.38
HSL 26.54º 0.21% 0.51% -
HSV(B) 26.54º 0.33% 0.62% -
XYZ 24.17 23.63 16.65 -
YUV 134.05 111.61 144.37 -
System Red Green Blue C M Y K H S L
Decimal 157 128 105 0 0.18 0.33 0.38 26.54 0.21 0.51
Hex 9D 80 69 0 12 21 26 1B 15 33
Octal 235 200 151 0 22 41 46 33 25 63
Binary 10011101 10000000 1101001 0 10010 100001 100110 11011 10101 110011

Color Harmonies of #9D8069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8069

Black with #9D8069

Text Example


Text Example

White with #9D8069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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