Html Css Color HEX #9C6C2F Buttered Rum

📋 copy color: '#9C6C2F'

red 156 ◦ green 108 ◦ blue 47

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

Shades of Buttered Rum #9C6C2F

Tints of Buttered Rum #9C6C2F

RGB

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

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

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

R = 50.16%
G = 34.73%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9C6C2F (or 0x9C6C2F) is known color: Buttered Rum. HEX triplet: 9C, 6C and 2F. RGB value is (156,108,47). Sum of RGB (Red+Green+Blue) = 156+108+47=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6C2F is #6393D0. Grayscale: #737373. Windows color (decimal): -6525905 or 3107996. OLE color: 3107996.

HSL color Cylindrical-coordinate representation of color #9C6C2F: hue angle of 33.58º 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 #9C6C2F is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 108 47 -
CMYK 0 0.31 0.70 0.39
HSL 33.58º 0.54% 0.4% -
HSV(B) 33.58º 0.7% 0.61% -
XYZ 19.59 18 5.13 -
YUV 115.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 156 108 47 0 0.31 0.70 0.39 33.58 0.54 0.4
Hex 9C 6C 2F 0 1F 46 27 22 36 28
Octal 234 154 57 0 37 106 47 42 66 50
Binary 10011100 1101100 101111 0 11111 1000110 100111 100010 110110 101000

Color Harmonies of #9C6C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6C2F

Black with #9C6C2F

Text Example


Text Example

White with #9C6C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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