Html Css Color HEX #9C6C31 Buttered Rum

📋 copy color: '#9C6C31'

red 156 ◦ green 108 ◦ blue 49

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

Shades of Buttered Rum #9C6C31

Tints of Buttered Rum #9C6C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 49.84%
G = 34.5%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9C6C31 (or 0x9C6C31) is known color: Buttered Rum. HEX triplet: 9C, 6C and 31. RGB value is (156,108,49). Sum of RGB (Red+Green+Blue) = 156+108+49=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6C31 is #6393CE. Grayscale: #737373. Windows color (decimal): -6525903 or 3239068. OLE color: 3239068.

HSL color Cylindrical-coordinate representation of color #9C6C31: hue angle of 33.08º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C6C31 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 108 49 -
CMYK 0 0.31 0.69 0.39
HSL 33.08º 0.52% 0.4% -
HSV(B) 33.08º 0.69% 0.61% -
XYZ 19.63 18.01 5.35 -
YUV 115.63 90.4 156.8 -
System Red Green Blue C M Y K H S L
Decimal 156 108 49 0 0.31 0.69 0.39 33.08 0.52 0.4
Hex 9C 6C 31 0 1F 45 27 21 34 28
Octal 234 154 61 0 37 105 47 41 64 50
Binary 10011100 1101100 110001 0 11111 1000101 100111 100001 110100 101000

Color Harmonies of #9C6C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6C31

Black with #9C6C31

Text Example


Text Example

White with #9C6C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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