Html Css Color HEX #996732 Buttered Rum

📋 copy color: '#996732'

red 153 ◦ green 103 ◦ blue 50

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

Shades of Buttered Rum #996732

Tints of Buttered Rum #996732

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.66%

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

R = 50%
G = 33.66%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#996732 (or 0x996732) is known color: Buttered Rum. HEX triplet: 99, 67 and 32. RGB value is (153,103,50). Sum of RGB (Red+Green+Blue) = 153+103+50=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #996732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996732 is #6698CD. Grayscale: #707070. Windows color (decimal): -6723790 or 3303321. OLE color: 3303321.

HSL color Cylindrical-coordinate representation of color #996732: hue angle of 30.87º 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 #996732 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 103 50 -
CMYK 0 0.33 0.67 0.4
HSL 30.87º 0.51% 0.4% -
HSV(B) 30.87º 0.67% 0.6% -
XYZ 18.56 16.7 5.26 -
YUV 111.91 93.07 157.31 -
System Red Green Blue C M Y K H S L
Decimal 153 103 50 0 0.33 0.67 0.4 30.87 0.51 0.4
Hex 99 67 32 0 21 43 28 1F 33 28
Octal 231 147 62 0 41 103 50 37 63 50
Binary 10011001 1100111 110010 0 100001 1000011 101000 11111 110011 101000

Color Harmonies of #996732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996732

Black with #996732

Text Example


Text Example

White with #996732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996732; }

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

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

background-color css

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

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

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

border-color css

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

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

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