Html Css Color HEX #9A6F2C Buttered Rum

📋 copy color: '#9A6F2C'

red 154 ◦ green 111 ◦ blue 44

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

Shades of Buttered Rum #9A6F2C

Tints of Buttered Rum #9A6F2C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.92%

 BLUE value IS 44 (17.58% from 255) = 14.24%

R = 49.84%
G = 35.92%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#9A6F2C (or 0x9A6F2C) is known color: Buttered Rum. HEX triplet: 9A, 6F and 2C. RGB value is (154,111,44). Sum of RGB (Red+Green+Blue) = 154+111+44=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6F2C is #6590D3. Grayscale: #747474. Windows color (decimal): -6656212 or 2912154. OLE color: 2912154.

HSL color Cylindrical-coordinate representation of color #9A6F2C: hue angle of 36.55º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A6F2C is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 111 44 -
CMYK 0 0.28 0.71 0.40
HSL 36.55º 0.56% 0.39% -
HSV(B) 36.55º 0.71% 0.6% -
XYZ 19.47 18.42 4.91 -
YUV 116.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 154 111 44 0 0.28 0.71 0.40 36.55 0.56 0.39
Hex 9A 6F 2C 0 1C 47 28 25 38 27
Octal 232 157 54 0 34 107 50 45 70 47
Binary 10011010 1101111 101100 0 11100 1000111 101000 100101 111000 100111

Color Harmonies of #9A6F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6F2C

Black with #9A6F2C

Text Example


Text Example

White with #9A6F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,111,44); }

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

background-color css

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

 a { background-color: rgb(154,111,44); }

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

border-color css

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

 span { border-color: rgb(154,111,44); }

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