Html Css Color HEX #9B6B37 Buttered Rum

📋 copy color: '#9B6B37'

red 155 ◦ green 107 ◦ blue 55

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

Shades of Buttered Rum #9B6B37

Tints of Buttered Rum #9B6B37

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.75%

 BLUE value IS 55 (21.88% from 255) = 17.35%

R = 48.9%
G = 33.75%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#9B6B37 (or 0x9B6B37) is known color: Buttered Rum. HEX triplet: 9B, 6B and 37. RGB value is (155,107,55). Sum of RGB (Red+Green+Blue) = 155+107+55=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6B37 is #6494C8. Grayscale: #737373. Windows color (decimal): -6591689 or 3632027. OLE color: 3632027.

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

Color convert

RGB 155 107 55 -
CMYK 0 0.31 0.65 0.39
HSL 31.2º 0.48% 0.41% -
HSV(B) 31.2º 0.65% 0.61% -
XYZ 19.46 17.76 6.02 -
YUV 115.42 93.9 156.23 -
System Red Green Blue C M Y K H S L
Decimal 155 107 55 0 0.31 0.65 0.39 31.2 0.48 0.41
Hex 9B 6B 37 0 1F 41 27 1F 30 29
Octal 233 153 67 0 37 101 47 37 60 51
Binary 10011011 1101011 110111 0 11111 1000001 100111 11111 110000 101001

Color Harmonies of #9B6B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6B37

Black with #9B6B37

Text Example


Text Example

White with #9B6B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,107,55); }

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

background-color css

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

 a { background-color: rgb(155,107,55); }

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

border-color css

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

 span { border-color: rgb(155,107,55); }

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