Html Css Color HEX #9B7E69 Sorrell Brown

📋 copy color: '#9B7E69'

red 155 ◦ green 126 ◦ blue 105

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

Shades of Sorrell Brown #9B7E69

Tints of Sorrell Brown #9B7E69

RGB

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

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

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

R = 40.16%
G = 32.64%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B7E69 (or 0x9B7E69) is known color: Sorrell Brown. HEX triplet: 9B, 7E and 69. RGB value is (155,126,105). Sum of RGB (Red+Green+Blue) = 155+126+105=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7E69 is #648196. Grayscale: #848484. Windows color (decimal): -6586775 or 6913691. OLE color: 6913691.

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

Color convert

RGB 155 126 105 -
CMYK 0 0.19 0.32 0.39
HSL 25.2º 0.2% 0.51% -
HSV(B) 25.2º 0.32% 0.61% -
XYZ 23.53 22.91 16.55 -
YUV 132.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 155 126 105 0 0.19 0.32 0.39 25.2 0.2 0.51
Hex 9B 7E 69 0 13 20 27 19 14 33
Octal 233 176 151 0 23 40 47 31 24 63
Binary 10011011 1111110 1101001 0 10011 100000 100111 11001 10100 110011

Color Harmonies of #9B7E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7E69

Black with #9B7E69

Text Example


Text Example

White with #9B7E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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