Html Css Color HEX #9B6E26 Buttered Rum

📋 copy color: '#9B6E26'

red 155 ◦ green 110 ◦ blue 38

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

Shades of Buttered Rum #9B6E26

Tints of Buttered Rum #9B6E26

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.3%

 BLUE value IS 38 (15.23% from 255) = 12.54%

R = 51.16%
G = 36.3%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#9B6E26 (or 0x9B6E26) is known color: Buttered Rum. HEX triplet: 9B, 6E and 26. RGB value is (155,110,38). Sum of RGB (Red+Green+Blue) = 155+110+38=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6E26 is #6491D9. Grayscale: #737373. Windows color (decimal): -6590938 or 2518683. OLE color: 2518683.

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

Color convert

RGB 155 110 38 -
CMYK 0 0.29 0.75 0.39
HSL 36.92º 0.61% 0.38% -
HSV(B) 36.92º 0.75% 0.61% -
XYZ 19.44 18.26 4.33 -
YUV 115.25 84.41 156.35 -
System Red Green Blue C M Y K H S L
Decimal 155 110 38 0 0.29 0.75 0.39 36.92 0.61 0.38
Hex 9B 6E 26 0 1D 4B 27 25 3D 26
Octal 233 156 46 0 35 113 47 45 75 46
Binary 10011011 1101110 100110 0 11101 1001011 100111 100101 111101 100110

Color Harmonies of #9B6E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6E26

Black with #9B6E26

Text Example


Text Example

White with #9B6E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,110,38); }

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

background-color css

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

 a { background-color: rgb(155,110,38); }

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

border-color css

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

 span { border-color: rgb(155,110,38); }

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