Html Css Color HEX #9B6B2A Buttered Rum

📋 copy color: '#9B6B2A'

red 155 ◦ green 107 ◦ blue 42

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

Shades of Buttered Rum #9B6B2A

Tints of Buttered Rum #9B6B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.82%

R = 50.99%
G = 35.2%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#9B6B2A (or 0x9B6B2A) is known color: Buttered Rum. HEX triplet: 9B, 6B and 2A. RGB value is (155,107,42). Sum of RGB (Red+Green+Blue) = 155+107+42=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6B2A is #6494D5. Grayscale: #727272. Windows color (decimal): -6591702 or 2780059. OLE color: 2780059.

HSL color Cylindrical-coordinate representation of color #9B6B2A: hue angle of 34.51º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B6B2A is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 107 42 -
CMYK 0 0.31 0.73 0.39
HSL 34.51º 0.57% 0.39% -
HSV(B) 34.51º 0.73% 0.61% -
XYZ 19.19 17.65 4.59 -
YUV 113.94 87.4 157.29 -
System Red Green Blue C M Y K H S L
Decimal 155 107 42 0 0.31 0.73 0.39 34.51 0.57 0.39
Hex 9B 6B 2A 0 1F 49 27 23 39 27
Octal 233 153 52 0 37 111 47 43 71 47
Binary 10011011 1101011 101010 0 11111 1001001 100111 100011 111001 100111

Color Harmonies of #9B6B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6B2A

Black with #9B6B2A

Text Example


Text Example

White with #9B6B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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