Html Css Color HEX #9D8068 Sorrell Brown

📋 copy color: '#9D8068'

red 157 ◦ green 128 ◦ blue 104

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

Shades of Sorrell Brown #9D8068

Tints of Sorrell Brown #9D8068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.74%

R = 40.36%
G = 32.9%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9D8068 (or 0x9D8068) is known color: Sorrell Brown. HEX triplet: 9D, 80 and 68. RGB value is (157,128,104). Sum of RGB (Red+Green+Blue) = 157+128+104=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8068 is #627F97. Grayscale: #868686. Windows color (decimal): -6455192 or 6848669. OLE color: 6848669.

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

Color convert

RGB 157 128 104 -
CMYK 0 0.18 0.34 0.38
HSL 27.17º 0.21% 0.51% -
HSV(B) 27.17º 0.34% 0.62% -
XYZ 24.12 23.61 16.38 -
YUV 133.94 111.11 144.45 -
System Red Green Blue C M Y K H S L
Decimal 157 128 104 0 0.18 0.34 0.38 27.17 0.21 0.51
Hex 9D 80 68 0 12 22 26 1B 15 33
Octal 235 200 150 0 22 42 46 33 25 63
Binary 10011101 10000000 1101000 0 10010 100010 100110 11011 10101 110011

Color Harmonies of #9D8068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8068

Black with #9D8068

Text Example


Text Example

White with #9D8068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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