Html Css Color HEX #996B34 Buttered Rum

📋 copy color: '#996B34'

red 153 ◦ green 107 ◦ blue 52

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

Shades of Buttered Rum #996B34

Tints of Buttered Rum #996B34

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.29%

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

R = 49.04%
G = 34.29%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#996B34 (or 0x996B34) is known color: Buttered Rum. HEX triplet: 99, 6B and 34. RGB value is (153,107,52). Sum of RGB (Red+Green+Blue) = 153+107+52=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #996B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996B34 is #6694CB. Grayscale: #727272. Windows color (decimal): -6722764 or 3435417. OLE color: 3435417.

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

Color convert

RGB 153 107 52 -
CMYK 0 0.30 0.66 0.4
HSL 32.67º 0.49% 0.4% -
HSV(B) 32.67º 0.66% 0.6% -
XYZ 19.01 17.54 5.63 -
YUV 114.48 92.74 155.47 -
System Red Green Blue C M Y K H S L
Decimal 153 107 52 0 0.30 0.66 0.4 32.67 0.49 0.4
Hex 99 6B 34 0 1E 42 28 21 31 28
Octal 231 153 64 0 36 102 50 41 61 50
Binary 10011001 1101011 110100 0 11110 1000010 101000 100001 110001 101000

Color Harmonies of #996B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B34

Black with #996B34

Text Example


Text Example

White with #996B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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