Html Css Color HEX #9B6D25 Buttered Rum

📋 copy color: '#9B6D25'

red 155 ◦ green 109 ◦ blue 37

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

Shades of Buttered Rum #9B6D25

Tints of Buttered Rum #9B6D25

RGB

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

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

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

R = 51.5%
G = 36.21%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9B6D25 (or 0x9B6D25) is known color: Buttered Rum. HEX triplet: 9B, 6D and 25. RGB value is (155,109,37). Sum of RGB (Red+Green+Blue) = 155+109+37=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6D25 is #6492DA. Grayscale: #727272. Windows color (decimal): -6591195 or 2452891. OLE color: 2452891.

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

Color convert

RGB 155 109 37 -
CMYK 0 0.30 0.76 0.39
HSL 36.61º 0.61% 0.38% -
HSV(B) 36.61º 0.76% 0.61% -
XYZ 19.32 18.04 4.21 -
YUV 114.55 84.24 156.85 -
System Red Green Blue C M Y K H S L
Decimal 155 109 37 0 0.30 0.76 0.39 36.61 0.61 0.38
Hex 9B 6D 25 0 1E 4C 27 25 3D 26
Octal 233 155 45 0 36 114 47 45 75 46
Binary 10011011 1101101 100101 0 11110 1001100 100111 100101 111101 100110

Color Harmonies of #9B6D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6D25

Black with #9B6D25

Text Example


Text Example

White with #9B6D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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