Html Css Color HEX #9C6A2F Buttered Rum

📋 copy color: '#9C6A2F'

red 156 ◦ green 106 ◦ blue 47

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

Shades of Buttered Rum #9C6A2F

Tints of Buttered Rum #9C6A2F

RGB

 RED value IS 156 (61.33% from 255) = 50.49%

 GREEN value IS 106 (41.8% from 255) = 34.3%

 BLUE value IS 47 (18.75% from 255) = 15.21%

R = 50.49%
G = 34.3%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9C6A2F (or 0x9C6A2F) is known color: Buttered Rum. HEX triplet: 9C, 6A and 2F. RGB value is (156,106,47). Sum of RGB (Red+Green+Blue) = 156+106+47=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6A2F is #6395D0. Grayscale: #727272. Windows color (decimal): -6526417 or 3107484. OLE color: 3107484.

HSL color Cylindrical-coordinate representation of color #9C6A2F: hue angle of 32.48º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C6A2F is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 106 47 -
CMYK 0 0.32 0.70 0.39
HSL 32.48º 0.54% 0.4% -
HSV(B) 32.48º 0.7% 0.61% -
XYZ 19.38 17.58 5.06 -
YUV 114.22 90.07 157.8 -
System Red Green Blue C M Y K H S L
Decimal 156 106 47 0 0.32 0.70 0.39 32.48 0.54 0.4
Hex 9C 6A 2F 0 20 46 27 20 36 28
Octal 234 152 57 0 40 106 47 40 66 50
Binary 10011100 1101010 101111 0 100000 1000110 100111 100000 110110 101000

Color Harmonies of #9C6A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6A2F

Black with #9C6A2F

Text Example


Text Example

White with #9C6A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,106,47); }

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

background-color css

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

 a { background-color: rgb(156,106,47); }

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

border-color css

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

 span { border-color: rgb(156,106,47); }

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