Html Css Color HEX #9A6F29 Buttered Rum

📋 copy color: '#9A6F29'

red 154 ◦ green 111 ◦ blue 41

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

Shades of Buttered Rum #9A6F29

Tints of Buttered Rum #9A6F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.4%

R = 50.33%
G = 36.27%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#9A6F29 (or 0x9A6F29) is known color: Buttered Rum. HEX triplet: 9A, 6F and 29. RGB value is (154,111,41). Sum of RGB (Red+Green+Blue) = 154+111+41=306 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.33% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6F29 is #6590D6. Grayscale: #747474. Windows color (decimal): -6656215 or 2715546. OLE color: 2715546.

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

Color convert

RGB 154 111 41 -
CMYK 0 0.28 0.73 0.40
HSL 37.17º 0.58% 0.38% -
HSV(B) 37.17º 0.73% 0.6% -
XYZ 19.41 18.4 4.63 -
YUV 115.88 85.75 155.19 -
System Red Green Blue C M Y K H S L
Decimal 154 111 41 0 0.28 0.73 0.40 37.17 0.58 0.38
Hex 9A 6F 29 0 1C 49 28 25 3A 26
Octal 232 157 51 0 34 111 50 45 72 46
Binary 10011010 1101111 101001 0 11100 1001001 101000 100101 111010 100110

Color Harmonies of #9A6F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6F29

Black with #9A6F29

Text Example


Text Example

White with #9A6F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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