Html Css Color HEX #996C34 Buttered Rum

📋 copy color: '#996C34'

red 153 ◦ green 108 ◦ blue 52

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

Shades of Buttered Rum #996C34

Tints of Buttered Rum #996C34

RGB

 RED value IS 153 (60.16% from 255) = 48.88%

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

 BLUE value IS 52 (20.7% from 255) = 16.61%

R = 48.88%
G = 34.5%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#996C34 (or 0x996C34) is known color: Buttered Rum. HEX triplet: 99, 6C and 34. RGB value is (153,108,52). Sum of RGB (Red+Green+Blue) = 153+108+52=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #996C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996C34 is #6693CB. Grayscale: #737373. Windows color (decimal): -6722508 or 3435673. OLE color: 3435673.

HSL color Cylindrical-coordinate representation of color #996C34: hue angle of 33.27º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #996C34 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 108 52 -
CMYK 0 0.29 0.66 0.4
HSL 33.27º 0.49% 0.4% -
HSV(B) 33.27º 0.66% 0.6% -
XYZ 19.12 17.75 5.67 -
YUV 115.07 92.41 155.05 -
System Red Green Blue C M Y K H S L
Decimal 153 108 52 0 0.29 0.66 0.4 33.27 0.49 0.4
Hex 99 6C 34 0 1D 42 28 21 31 28
Octal 231 154 64 0 35 102 50 41 61 50
Binary 10011001 1101100 110100 0 11101 1000010 101000 100001 110001 101000

Color Harmonies of #996C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996C34

Black with #996C34

Text Example


Text Example

White with #996C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996C34; }

 p { color: rgb(153,108,52); }

 H1.HeaderClassName
 {
   color: #996C34;
 }
 .AnyTagClassName
 {
   color: #996C34;
 }
</style>

background-color css

<style>
 a { background-color: #996C34; }

 a { background-color: rgb(153,108,52); }

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

border-color css

<style>
 span { border-color: #996C34; }

 span { border-color: rgb(153,108,52); }

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