Html Css Color HEX #9C6930 Buttered Rum

📋 copy color: '#9C6930'

red 156 ◦ green 105 ◦ blue 48

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

Shades of Buttered Rum #9C6930

Tints of Buttered Rum #9C6930

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.98%

 BLUE value IS 48 (19.14% from 255) = 15.53%

R = 50.49%
G = 33.98%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9C6930 (or 0x9C6930) is known color: Buttered Rum. HEX triplet: 9C, 69 and 30. RGB value is (156,105,48). Sum of RGB (Red+Green+Blue) = 156+105+48=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6930 is #6396CF. Grayscale: #727272. Windows color (decimal): -6526672 or 3172764. OLE color: 3172764.

HSL color Cylindrical-coordinate representation of color #9C6930: hue angle of 31.67º degrees, saturation: 0.53, 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 #9C6930 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 105 48 -
CMYK 0 0.33 0.69 0.39
HSL 31.67º 0.53% 0.4% -
HSV(B) 31.67º 0.69% 0.61% -
XYZ 19.3 17.38 5.13 -
YUV 113.75 90.9 158.13 -
System Red Green Blue C M Y K H S L
Decimal 156 105 48 0 0.33 0.69 0.39 31.67 0.53 0.4
Hex 9C 69 30 0 21 45 27 20 35 28
Octal 234 151 60 0 41 105 47 40 65 50
Binary 10011100 1101001 110000 0 100001 1000101 100111 100000 110101 101000

Color Harmonies of #9C6930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6930

Black with #9C6930

Text Example


Text Example

White with #9C6930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,105,48); }

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

background-color css

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

 a { background-color: rgb(156,105,48); }

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

border-color css

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

 span { border-color: rgb(156,105,48); }

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