Html Css Color HEX #996D3C Buttered Rum

📋 copy color: '#996D3C'

red 153 ◦ green 109 ◦ blue 60

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

Shades of Buttered Rum #996D3C

Tints of Buttered Rum #996D3C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.85%

 BLUE value IS 60 (23.83% from 255) = 18.63%

R = 47.52%
G = 33.85%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#996D3C (or 0x996D3C) is known color: Buttered Rum. HEX triplet: 99, 6D and 3C. RGB value is (153,109,60). Sum of RGB (Red+Green+Blue) = 153+109+60=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #996D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D3C is #6692C3. Grayscale: #747474. Windows color (decimal): -6722244 or 3960217. OLE color: 3960217.

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

Color convert

RGB 153 109 60 -
CMYK 0 0.29 0.61 0.4
HSL 31.61º 0.44% 0.42% -
HSV(B) 31.61º 0.61% 0.6% -
XYZ 19.42 18.04 6.73 -
YUV 116.57 96.08 153.98 -
System Red Green Blue C M Y K H S L
Decimal 153 109 60 0 0.29 0.61 0.4 31.61 0.44 0.42
Hex 99 6D 3C 0 1D 3D 28 20 2C 2A
Octal 231 155 74 0 35 75 50 40 54 52
Binary 10011001 1101101 111100 0 11101 111101 101000 100000 101100 101010

Color Harmonies of #996D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D3C

Black with #996D3C

Text Example


Text Example

White with #996D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,109,60); }

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

background-color css

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

 a { background-color: rgb(153,109,60); }

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

border-color css

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

 span { border-color: rgb(153,109,60); }

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