Html Css Color HEX #996B32 Buttered Rum

📋 copy color: '#996B32'

red 153 ◦ green 107 ◦ blue 50

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

Shades of Buttered Rum #996B32

Tints of Buttered Rum #996B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.13%

R = 49.35%
G = 34.52%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#996B32 (or 0x996B32) is known color: Buttered Rum. HEX triplet: 99, 6B and 32. RGB value is (153,107,50). Sum of RGB (Red+Green+Blue) = 153+107+50=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #996B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996B32 is #6694CD. Grayscale: #727272. Windows color (decimal): -6722766 or 3304345. OLE color: 3304345.

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

Color convert

RGB 153 107 50 -
CMYK 0 0.30 0.67 0.4
HSL 33.2º 0.51% 0.4% -
HSV(B) 33.2º 0.67% 0.6% -
XYZ 18.97 17.52 5.4 -
YUV 114.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 153 107 50 0 0.30 0.67 0.4 33.2 0.51 0.4
Hex 99 6B 32 0 1E 43 28 21 33 28
Octal 231 153 62 0 36 103 50 41 63 50
Binary 10011001 1101011 110010 0 11110 1000011 101000 100001 110011 101000

Color Harmonies of #996B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B32

Black with #996B32

Text Example


Text Example

White with #996B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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