Html Css Color HEX #9A6C36 Buttered Rum

📋 copy color: '#9A6C36'

red 154 ◦ green 108 ◦ blue 54

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

Shades of Buttered Rum #9A6C36

Tints of Buttered Rum #9A6C36

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.18%

 BLUE value IS 54 (21.48% from 255) = 17.09%

R = 48.73%
G = 34.18%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#9A6C36 (or 0x9A6C36) is known color: Buttered Rum. HEX triplet: 9A, 6C and 36. RGB value is (154,108,54). Sum of RGB (Red+Green+Blue) = 154+108+54=316 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.73% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6C36 is #6593C9. Grayscale: #737373. Windows color (decimal): -6656970 or 3566746. OLE color: 3566746.

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

Color convert

RGB 154 108 54 -
CMYK 0 0.30 0.65 0.40
HSL 32.4º 0.48% 0.41% -
HSV(B) 32.4º 0.65% 0.6% -
XYZ 19.35 17.86 5.92 -
YUV 115.6 93.24 155.39 -
System Red Green Blue C M Y K H S L
Decimal 154 108 54 0 0.30 0.65 0.40 32.4 0.48 0.41
Hex 9A 6C 36 0 1E 41 28 20 30 29
Octal 232 154 66 0 36 101 50 40 60 51
Binary 10011010 1101100 110110 0 11110 1000001 101000 100000 110000 101001

Color Harmonies of #9A6C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6C36

Black with #9A6C36

Text Example


Text Example

White with #9A6C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,108,54); }

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

background-color css

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

 a { background-color: rgb(154,108,54); }

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

border-color css

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

 span { border-color: rgb(154,108,54); }

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