Html Css Color HEX #9B6D24 Buttered Rum

📋 copy color: '#9B6D24'

red 155 ◦ green 109 ◦ blue 36

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

Shades of Buttered Rum #9B6D24

Tints of Buttered Rum #9B6D24

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.33%

 BLUE value IS 36 (14.45% from 255) = 12%

R = 51.67%
G = 36.33%
B = 12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B6D24 (or 0x9B6D24) is known color: Buttered Rum. HEX triplet: 9B, 6D and 24. RGB value is (155,109,36). Sum of RGB (Red+Green+Blue) = 155+109+36=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6D24 is #6492DB. Grayscale: #727272. Windows color (decimal): -6591196 or 2387355. OLE color: 2387355.

HSL color Cylindrical-coordinate representation of color #9B6D24: hue angle of 36.81º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B6D24 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 109 36 -
CMYK 0 0.30 0.77 0.39
HSL 36.81º 0.62% 0.37% -
HSV(B) 36.81º 0.77% 0.61% -
XYZ 19.3 18.03 4.13 -
YUV 114.43 83.74 156.94 -
System Red Green Blue C M Y K H S L
Decimal 155 109 36 0 0.30 0.77 0.39 36.81 0.62 0.37
Hex 9B 6D 24 0 1E 4D 27 25 3E 25
Octal 233 155 44 0 36 115 47 45 76 45
Binary 10011011 1101101 100100 0 11110 1001101 100111 100101 111110 100101

Color Harmonies of #9B6D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6D24

Black with #9B6D24

Text Example


Text Example

White with #9B6D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,109,36); }

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

background-color css

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

 a { background-color: rgb(155,109,36); }

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

border-color css

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

 span { border-color: rgb(155,109,36); }

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