Html Css Color HEX #966829 Buttered Rum

📋 copy color: '#966829'

red 150 ◦ green 104 ◦ blue 41

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

Shades of Buttered Rum #966829

Tints of Buttered Rum #966829

RGB

 RED value IS 150 (58.98% from 255) = 50.85%

 GREEN value IS 104 (41.02% from 255) = 35.25%

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

R = 50.85%
G = 35.25%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#966829 (or 0x966829) is known color: Buttered Rum. HEX triplet: 96, 68 and 29. RGB value is (150,104,41). Sum of RGB (Red+Green+Blue) = 150+104+41=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #966829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966829 is #6997D6. Grayscale: #6E6E6E. Windows color (decimal): -6920151 or 2713750. OLE color: 2713750.

HSL color Cylindrical-coordinate representation of color #966829: hue angle of 34.68º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #966829 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 41 -
CMYK 0 0.31 0.73 0.41
HSL 34.68º 0.57% 0.37% -
HSV(B) 34.68º 0.73% 0.59% -
XYZ 17.93 16.54 4.35 -
YUV 110.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 150 104 41 0 0.31 0.73 0.41 34.68 0.57 0.37
Hex 96 68 29 0 1F 49 29 23 39 25
Octal 226 150 51 0 37 111 51 43 71 45
Binary 10010110 1101000 101001 0 11111 1001001 101001 100011 111001 100101

Color Harmonies of #966829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966829

Black with #966829

Text Example


Text Example

White with #966829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966829; }

 p { color: rgb(150,104,41); }

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

background-color css

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

 a { background-color: rgb(150,104,41); }

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

border-color css

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

 span { border-color: rgb(150,104,41); }

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