Html Css Color HEX #996729 Buttered Rum

📋 copy color: '#996729'

red 153 ◦ green 103 ◦ blue 41

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

Shades of Buttered Rum #996729

Tints of Buttered Rum #996729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.8%

R = 51.52%
G = 34.68%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#996729 (or 0x996729) is known color: Buttered Rum. HEX triplet: 99, 67 and 29. RGB value is (153,103,41). Sum of RGB (Red+Green+Blue) = 153+103+41=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #996729 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996729 is #6698D6. Grayscale: #6F6F6F. Windows color (decimal): -6723799 or 2713497. OLE color: 2713497.

HSL color Cylindrical-coordinate representation of color #996729: hue angle of 33.21º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #996729 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 103 41 -
CMYK 0 0.33 0.73 0.4
HSL 33.21º 0.58% 0.38% -
HSV(B) 33.21º 0.73% 0.6% -
XYZ 18.39 16.63 4.34 -
YUV 110.88 88.57 158.04 -
System Red Green Blue C M Y K H S L
Decimal 153 103 41 0 0.33 0.73 0.4 33.21 0.58 0.38
Hex 99 67 29 0 21 49 28 21 3A 26
Octal 231 147 51 0 41 111 50 41 72 46
Binary 10011001 1100111 101001 0 100001 1001001 101000 100001 111010 100110

Color Harmonies of #996729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996729

Black with #996729

Text Example


Text Example

White with #996729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996729; }

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

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

background-color css

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

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

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

border-color css

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

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

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