Html Css Color HEX #9B8068 Sorrell Brown

📋 copy color: '#9B8068'

red 155 ◦ green 128 ◦ blue 104

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

Shades of Sorrell Brown #9B8068

Tints of Sorrell Brown #9B8068

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.07%

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

R = 40.05%
G = 33.07%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9B8068 (or 0x9B8068) is known color: Sorrell Brown. HEX triplet: 9B, 80 and 68. RGB value is (155,128,104). Sum of RGB (Red+Green+Blue) = 155+128+104=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8068 is #647F97. Grayscale: #858585. Windows color (decimal): -6586264 or 6848667. OLE color: 6848667.

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

Color convert

RGB 155 128 104 -
CMYK 0 0.17 0.33 0.39
HSL 28.24º 0.2% 0.51% -
HSV(B) 28.24º 0.33% 0.61% -
XYZ 23.74 23.41 16.36 -
YUV 133.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 155 128 104 0 0.17 0.33 0.39 28.24 0.2 0.51
Hex 9B 80 68 0 11 21 27 1C 14 33
Octal 233 200 150 0 21 41 47 34 24 63
Binary 10011011 10000000 1101000 0 10001 100001 100111 11100 10100 110011

Color Harmonies of #9B8068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8068

Black with #9B8068

Text Example


Text Example

White with #9B8068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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