Html Css Color HEX #9B6E25 Buttered Rum

📋 copy color: '#9B6E25'

red 155 ◦ green 110 ◦ blue 37

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

Shades of Buttered Rum #9B6E25

Tints of Buttered Rum #9B6E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.25%

R = 51.32%
G = 36.42%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9B6E25 (or 0x9B6E25) is known color: Buttered Rum. HEX triplet: 9B, 6E and 25. RGB value is (155,110,37). Sum of RGB (Red+Green+Blue) = 155+110+37=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6E25 is #6491DA. Grayscale: #737373. Windows color (decimal): -6590939 or 2453147. OLE color: 2453147.

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

Color convert

RGB 155 110 37 -
CMYK 0 0.29 0.76 0.39
HSL 37.12º 0.61% 0.38% -
HSV(B) 37.12º 0.76% 0.61% -
XYZ 19.43 18.25 4.25 -
YUV 115.13 83.91 156.44 -
System Red Green Blue C M Y K H S L
Decimal 155 110 37 0 0.29 0.76 0.39 37.12 0.61 0.38
Hex 9B 6E 25 0 1D 4C 27 25 3D 26
Octal 233 156 45 0 35 114 47 45 75 46
Binary 10011011 1101110 100101 0 11101 1001100 100111 100101 111101 100110

Color Harmonies of #9B6E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6E25

Black with #9B6E25

Text Example


Text Example

White with #9B6E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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