Html Css Color HEX #9B7F68 Sorrell Brown

📋 copy color: '#9B7F68'

red 155 ◦ green 127 ◦ blue 104

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

Shades of Sorrell Brown #9B7F68

Tints of Sorrell Brown #9B7F68

RGB

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

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

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

R = 40.16%
G = 32.9%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9B7F68 (or 0x9B7F68) is known color: Sorrell Brown. HEX triplet: 9B, 7F and 68. RGB value is (155,127,104). Sum of RGB (Red+Green+Blue) = 155+127+104=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7F68 is #648097. Grayscale: #848484. Windows color (decimal): -6586520 or 6848411. OLE color: 6848411.

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

Color convert

RGB 155 127 104 -
CMYK 0 0.18 0.33 0.39
HSL 27.06º 0.2% 0.51% -
HSV(B) 27.06º 0.33% 0.61% -
XYZ 23.61 23.15 16.32 -
YUV 132.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 155 127 104 0 0.18 0.33 0.39 27.06 0.2 0.51
Hex 9B 7F 68 0 12 21 27 1B 14 33
Octal 233 177 150 0 22 41 47 33 24 63
Binary 10011011 1111111 1101000 0 10010 100001 100111 11011 10100 110011

Color Harmonies of #9B7F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F68

Black with #9B7F68

Text Example


Text Example

White with #9B7F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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