Html Css Color HEX #9A7041 Buttered Rum

📋 copy color: '#9A7041'

red 154 ◦ green 112 ◦ blue 65

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

Shades of Buttered Rum #9A7041

Tints of Buttered Rum #9A7041

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.84%

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 46.53%
G = 33.84%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#9A7041 (or 0x9A7041) is known color: Buttered Rum. HEX triplet: 9A, 70 and 41. RGB value is (154,112,65). Sum of RGB (Red+Green+Blue) = 154+112+65=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7041 is #658FBE. Grayscale: #777777. Windows color (decimal): -6655935 or 4288666. OLE color: 4288666.

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

Color convert

RGB 154 112 65 -
CMYK 0 0.27 0.58 0.40
HSL 31.69º 0.41% 0.43% -
HSV(B) 31.69º 0.58% 0.6% -
XYZ 20.07 18.84 7.58 -
YUV 119.2 97.41 152.82 -
System Red Green Blue C M Y K H S L
Decimal 154 112 65 0 0.27 0.58 0.40 31.69 0.41 0.43
Hex 9A 70 41 0 1B 3A 28 20 29 2B
Octal 232 160 101 0 33 72 50 40 51 53
Binary 10011010 1110000 1000001 0 11011 111010 101000 100000 101001 101011

Color Harmonies of #9A7041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7041

Black with #9A7041

Text Example


Text Example

White with #9A7041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,112,65); }

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

background-color css

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

 a { background-color: rgb(154,112,65); }

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

border-color css

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

 span { border-color: rgb(154,112,65); }

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