Html Css Color HEX #9B8064 Sorrell Brown

📋 copy color: '#9B8064'

red 155 ◦ green 128 ◦ blue 100

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

Shades of Sorrell Brown #9B8064

Tints of Sorrell Brown #9B8064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.11%

R = 40.47%
G = 33.42%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B8064 (or 0x9B8064) is known color: Sorrell Brown. HEX triplet: 9B, 80 and 64. RGB value is (155,128,100). Sum of RGB (Red+Green+Blue) = 155+128+100=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8064 is #647F9B. Grayscale: #858585. Windows color (decimal): -6586268 or 6586523. OLE color: 6586523.

HSL color Cylindrical-coordinate representation of color #9B8064: hue angle of 30.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B8064 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 128 100 -
CMYK 0 0.17 0.35 0.39
HSL 30.55º 0.22% 0.5% -
HSV(B) 30.55º 0.35% 0.61% -
XYZ 23.54 23.33 15.32 -
YUV 132.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 155 128 100 0 0.17 0.35 0.39 30.55 0.22 0.5
Hex 9B 80 64 0 11 23 27 1F 16 32
Octal 233 200 144 0 21 43 47 37 26 62
Binary 10011011 10000000 1100100 0 10001 100011 100111 11111 10110 110010

Color Harmonies of #9B8064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8064

Black with #9B8064

Text Example


Text Example

White with #9B8064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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