Html Css Color HEX #9C6E3A Buttered Rum

📋 copy color: '#9C6E3A'

red 156 ◦ green 110 ◦ blue 58

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

Shades of Buttered Rum #9C6E3A

Tints of Buttered Rum #9C6E3A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.95%

 BLUE value IS 58 (23.05% from 255) = 17.9%

R = 48.15%
G = 33.95%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9C6E3A (or 0x9C6E3A) is known color: Buttered Rum. HEX triplet: 9C, 6E and 3A. RGB value is (156,110,58). Sum of RGB (Red+Green+Blue) = 156+110+58=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6E3A is #6391C5. Grayscale: #767676. Windows color (decimal): -6525382 or 3829404. OLE color: 3829404.

HSL color Cylindrical-coordinate representation of color #9C6E3A: hue angle of 31.84º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C6E3A is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 110 58 -
CMYK 0 0.29 0.63 0.39
HSL 31.84º 0.46% 0.42% -
HSV(B) 31.84º 0.63% 0.61% -
XYZ 20.05 18.53 6.52 -
YUV 117.83 94.24 155.23 -
System Red Green Blue C M Y K H S L
Decimal 156 110 58 0 0.29 0.63 0.39 31.84 0.46 0.42
Hex 9C 6E 3A 0 1D 3F 27 20 2E 2A
Octal 234 156 72 0 35 77 47 40 56 52
Binary 10011100 1101110 111010 0 11101 111111 100111 100000 101110 101010

Color Harmonies of #9C6E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6E3A

Black with #9C6E3A

Text Example


Text Example

White with #9C6E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,110,58); }

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

background-color css

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

 a { background-color: rgb(156,110,58); }

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

border-color css

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

 span { border-color: rgb(156,110,58); }

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