Html Css Color HEX #966E29 Buttered Rum

📋 copy color: '#966E29'

red 150 ◦ green 110 ◦ blue 41

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

Shades of Buttered Rum #966E29

Tints of Buttered Rum #966E29

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.54%

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

R = 49.83%
G = 36.54%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#966E29 (or 0x966E29) is known color: Buttered Rum. HEX triplet: 96, 6E and 29. RGB value is (150,110,41). Sum of RGB (Red+Green+Blue) = 150+110+41=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #966E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966E29 is #6991D6. Grayscale: #727272. Windows color (decimal): -6918615 or 2715286. OLE color: 2715286.

HSL color Cylindrical-coordinate representation of color #966E29: hue angle of 37.98º 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 #966E29 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 110 41 -
CMYK 0 0.27 0.73 0.41
HSL 37.98º 0.57% 0.37% -
HSV(B) 37.98º 0.73% 0.59% -
XYZ 18.55 17.8 4.55 -
YUV 114.09 86.75 153.61 -
System Red Green Blue C M Y K H S L
Decimal 150 110 41 0 0.27 0.73 0.41 37.98 0.57 0.37
Hex 96 6E 29 0 1B 49 29 26 39 25
Octal 226 156 51 0 33 111 51 46 71 45
Binary 10010110 1101110 101001 0 11011 1001001 101001 100110 111001 100101

Color Harmonies of #966E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966E29

Black with #966E29

Text Example


Text Example

White with #966E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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