Html Css Color HEX #996F34 Buttered Rum

📋 copy color: '#996F34'

red 153 ◦ green 111 ◦ blue 52

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

Shades of Buttered Rum #996F34

Tints of Buttered Rum #996F34

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.13%

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

R = 48.42%
G = 35.13%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#996F34 (or 0x996F34) is known color: Buttered Rum. HEX triplet: 99, 6F and 34. RGB value is (153,111,52). Sum of RGB (Red+Green+Blue) = 153+111+52=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #996F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F34 is #6690CB. Grayscale: #757575. Windows color (decimal): -6721740 or 3436441. OLE color: 3436441.

HSL color Cylindrical-coordinate representation of color #996F34: hue angle of 35.05º 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 #996F34 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 111 52 -
CMYK 0 0.27 0.66 0.4
HSL 35.05º 0.49% 0.4% -
HSV(B) 35.05º 0.66% 0.6% -
XYZ 19.44 18.39 5.77 -
YUV 116.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 153 111 52 0 0.27 0.66 0.4 35.05 0.49 0.4
Hex 99 6F 34 0 1B 42 28 23 31 28
Octal 231 157 64 0 33 102 50 43 61 50
Binary 10011001 1101111 110100 0 11011 1000010 101000 100011 110001 101000

Color Harmonies of #996F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996F34

Black with #996F34

Text Example


Text Example

White with #996F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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