Html Css Color HEX #9B6A25 Buttered Rum

📋 copy color: '#9B6A25'

red 155 ◦ green 106 ◦ blue 37

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

Shades of Buttered Rum #9B6A25

Tints of Buttered Rum #9B6A25

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.57%

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

R = 52.01%
G = 35.57%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9B6A25 (or 0x9B6A25) is known color: Buttered Rum. HEX triplet: 9B, 6A and 25. RGB value is (155,106,37). Sum of RGB (Red+Green+Blue) = 155+106+37=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6A25 is #6495DA. Grayscale: #717171. Windows color (decimal): -6591963 or 2452123. OLE color: 2452123.

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

Color convert

RGB 155 106 37 -
CMYK 0 0.32 0.76 0.39
HSL 35.08º 0.61% 0.38% -
HSV(B) 35.08º 0.76% 0.61% -
XYZ 19.01 17.41 4.11 -
YUV 112.79 85.23 158.11 -
System Red Green Blue C M Y K H S L
Decimal 155 106 37 0 0.32 0.76 0.39 35.08 0.61 0.38
Hex 9B 6A 25 0 20 4C 27 23 3D 26
Octal 233 152 45 0 40 114 47 43 75 46
Binary 10011011 1101010 100101 0 100000 1001100 100111 100011 111101 100110

Color Harmonies of #9B6A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6A25

Black with #9B6A25

Text Example


Text Example

White with #9B6A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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