Html Css Color HEX #9B7136 Buttered Rum

📋 copy color: '#9B7136'

red 155 ◦ green 113 ◦ blue 54

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

Shades of Buttered Rum #9B7136

Tints of Buttered Rum #9B7136

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.09%

 BLUE value IS 54 (21.48% from 255) = 16.77%

R = 48.14%
G = 35.09%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#9B7136 (or 0x9B7136) is known color: Buttered Rum. HEX triplet: 9B, 71 and 36. RGB value is (155,113,54). Sum of RGB (Red+Green+Blue) = 155+113+54=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7136 is #648EC9. Grayscale: #777777. Windows color (decimal): -6590154 or 3568027. OLE color: 3568027.

HSL color Cylindrical-coordinate representation of color #9B7136: hue angle of 35.05º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B7136 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 113 54 -
CMYK 0 0.27 0.65 0.39
HSL 35.05º 0.48% 0.41% -
HSV(B) 35.05º 0.65% 0.61% -
XYZ 20.09 19.05 6.11 -
YUV 118.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 155 113 54 0 0.27 0.65 0.39 35.05 0.48 0.41
Hex 9B 71 36 0 1B 41 27 23 30 29
Octal 233 161 66 0 33 101 47 43 60 51
Binary 10011011 1110001 110110 0 11011 1000001 100111 100011 110000 101001

Color Harmonies of #9B7136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7136

Black with #9B7136

Text Example


Text Example

White with #9B7136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,113,54); }

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

background-color css

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

 a { background-color: rgb(155,113,54); }

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

border-color css

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

 span { border-color: rgb(155,113,54); }

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