Html Css Color HEX #9B7F6A Sorrell Brown

📋 copy color: '#9B7F6A'

red 155 ◦ green 127 ◦ blue 106

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

Shades of Sorrell Brown #9B7F6A

Tints of Sorrell Brown #9B7F6A

RGB

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

 GREEN value IS 127 (50% from 255) = 32.73%

 BLUE value IS 106 (41.8% from 255) = 27.32%

R = 39.95%
G = 32.73%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B7F6A (or 0x9B7F6A) is known color: Sorrell Brown. HEX triplet: 9B, 7F and 6A. RGB value is (155,127,106). Sum of RGB (Red+Green+Blue) = 155+127+106=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7F6A is #648095. Grayscale: #858585. Windows color (decimal): -6586518 or 6979483. OLE color: 6979483.

HSL color Cylindrical-coordinate representation of color #9B7F6A: hue angle of 25.71º 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 #9B7F6A is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 127 106 -
CMYK 0 0.18 0.32 0.39
HSL 25.71º 0.2% 0.51% -
HSV(B) 25.71º 0.32% 0.61% -
XYZ 23.71 23.19 16.86 -
YUV 132.98 112.78 143.71 -
System Red Green Blue C M Y K H S L
Decimal 155 127 106 0 0.18 0.32 0.39 25.71 0.2 0.51
Hex 9B 7F 6A 0 12 20 27 1A 14 33
Octal 233 177 152 0 22 40 47 32 24 63
Binary 10011011 1111111 1101010 0 10010 100000 100111 11010 10100 110011

Color Harmonies of #9B7F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F6A

Black with #9B7F6A

Text Example


Text Example

White with #9B7F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,127,106); }

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

background-color css

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

 a { background-color: rgb(155,127,106); }

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

border-color css

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

 span { border-color: rgb(155,127,106); }

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