Html Css Color HEX #996A2F Buttered Rum

📋 copy color: '#996A2F'

red 153 ◦ green 106 ◦ blue 47

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

Shades of Buttered Rum #996A2F

Tints of Buttered Rum #996A2F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.64%

 BLUE value IS 47 (18.75% from 255) = 15.36%

R = 50%
G = 34.64%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#996A2F (or 0x996A2F) is known color: Buttered Rum. HEX triplet: 99, 6A and 2F. RGB value is (153,106,47). Sum of RGB (Red+Green+Blue) = 153+106+47=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #996A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A2F is #6695D0. Grayscale: #717171. Windows color (decimal): -6723025 or 3107481. OLE color: 3107481.

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

Color convert

RGB 153 106 47 -
CMYK 0 0.31 0.69 0.4
HSL 33.4º 0.53% 0.39% -
HSV(B) 33.4º 0.69% 0.6% -
XYZ 18.8 17.29 5.03 -
YUV 113.33 90.57 156.3 -
System Red Green Blue C M Y K H S L
Decimal 153 106 47 0 0.31 0.69 0.4 33.4 0.53 0.39
Hex 99 6A 2F 0 1F 45 28 21 35 27
Octal 231 152 57 0 37 105 50 41 65 47
Binary 10011001 1101010 101111 0 11111 1000101 101000 100001 110101 100111

Color Harmonies of #996A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A2F

Black with #996A2F

Text Example


Text Example

White with #996A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,106,47); }

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

background-color css

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

 a { background-color: rgb(153,106,47); }

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

border-color css

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

 span { border-color: rgb(153,106,47); }

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