Html Css Color HEX #9A6831 Buttered Rum

📋 copy color: '#9A6831'

red 154 ◦ green 104 ◦ blue 49

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

Shades of Buttered Rum #9A6831

Tints of Buttered Rum #9A6831

RGB

 RED value IS 154 (60.55% from 255) = 50.16%

 GREEN value IS 104 (41.02% from 255) = 33.88%

 BLUE value IS 49 (19.53% from 255) = 15.96%

R = 50.16%
G = 33.88%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#9A6831 (or 0x9A6831) is known color: Buttered Rum. HEX triplet: 9A, 68 and 31. RGB value is (154,104,49). Sum of RGB (Red+Green+Blue) = 154+104+49=307 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.16% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6831 is #6597CE. Grayscale: #707070. Windows color (decimal): -6657999 or 3238042. OLE color: 3238042.

HSL color Cylindrical-coordinate representation of color #9A6831: hue angle of 31.43º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A6831 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 104 49 -
CMYK 0 0.32 0.68 0.40
HSL 31.43º 0.52% 0.4% -
HSV(B) 31.43º 0.68% 0.6% -
XYZ 18.83 16.99 5.19 -
YUV 112.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 154 104 49 0 0.32 0.68 0.40 31.43 0.52 0.4
Hex 9A 68 31 0 20 44 28 1F 34 28
Octal 232 150 61 0 40 104 50 37 64 50
Binary 10011010 1101000 110001 0 100000 1000100 101000 11111 110100 101000

Color Harmonies of #9A6831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6831

Black with #9A6831

Text Example


Text Example

White with #9A6831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,104,49); }

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

background-color css

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

 a { background-color: rgb(154,104,49); }

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

border-color css

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

 span { border-color: rgb(154,104,49); }

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