Html Css Color HEX #9B7E68 Sorrell Brown

📋 copy color: '#9B7E68'

red 155 ◦ green 126 ◦ blue 104

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

Shades of Sorrell Brown #9B7E68

Tints of Sorrell Brown #9B7E68

RGB

 RED value IS 155 (60.94% from 255) = 40.26%

 GREEN value IS 126 (49.61% from 255) = 32.73%

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

R = 40.26%
G = 32.73%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9B7E68 (or 0x9B7E68) is known color: Sorrell Brown. HEX triplet: 9B, 7E and 68. RGB value is (155,126,104). Sum of RGB (Red+Green+Blue) = 155+126+104=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7E68 is #648197. Grayscale: #848484. Windows color (decimal): -6586776 or 6848155. OLE color: 6848155.

HSL color Cylindrical-coordinate representation of color #9B7E68: hue angle of 25.88º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B7E68 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 126 104 -
CMYK 0 0.19 0.33 0.39
HSL 25.88º 0.2% 0.51% -
HSV(B) 25.88º 0.33% 0.61% -
XYZ 23.48 22.89 16.28 -
YUV 132.16 112.11 144.29 -
System Red Green Blue C M Y K H S L
Decimal 155 126 104 0 0.19 0.33 0.39 25.88 0.2 0.51
Hex 9B 7E 68 0 13 21 27 1A 14 33
Octal 233 176 150 0 23 41 47 32 24 63
Binary 10011011 1111110 1101000 0 10011 100001 100111 11010 10100 110011

Color Harmonies of #9B7E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7E68

Black with #9B7E68

Text Example


Text Example

White with #9B7E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,126,104); }

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

background-color css

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

 a { background-color: rgb(155,126,104); }

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

border-color css

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

 span { border-color: rgb(155,126,104); }

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