Html Css Color HEX #9B7F69 Sorrell Brown

📋 copy color: '#9B7F69'

red 155 ◦ green 127 ◦ blue 105

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

Shades of Sorrell Brown #9B7F69

Tints of Sorrell Brown #9B7F69

RGB

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

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

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

R = 40.05%
G = 32.82%
B = 27.13%

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

#9B7F69 (or 0x9B7F69) is known color: Sorrell Brown. HEX triplet: 9B, 7F and 69. RGB value is (155,127,105). Sum of RGB (Red+Green+Blue) = 155+127+105=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7F69 is #648096. Grayscale: #848484. Windows color (decimal): -6586519 or 6913947. OLE color: 6913947.

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

Color convert

RGB 155 127 105 -
CMYK 0 0.18 0.32 0.39
HSL 26.4º 0.2% 0.51% -
HSV(B) 26.4º 0.32% 0.61% -
XYZ 23.66 23.17 16.59 -
YUV 132.86 112.28 143.79 -
System Red Green Blue C M Y K H S L
Decimal 155 127 105 0 0.18 0.32 0.39 26.4 0.2 0.51
Hex 9B 7F 69 0 12 20 27 1A 14 33
Octal 233 177 151 0 22 40 47 32 24 63
Binary 10011011 1111111 1101001 0 10010 100000 100111 11010 10100 110011

Color Harmonies of #9B7F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F69

Black with #9B7F69

Text Example


Text Example

White with #9B7F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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