Html Css Color HEX #966F29 Buttered Rum

📋 copy color: '#966F29'

red 150 ◦ green 111 ◦ blue 41

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

Shades of Buttered Rum #966F29

Tints of Buttered Rum #966F29

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.75%

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

R = 49.67%
G = 36.75%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#966F29 (or 0x966F29) is known color: Buttered Rum. HEX triplet: 96, 6F and 29. RGB value is (150,111,41). Sum of RGB (Red+Green+Blue) = 150+111+41=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #966F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F29 is #6990D6. Grayscale: #737373. Windows color (decimal): -6918359 or 2715542. OLE color: 2715542.

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

Color convert

RGB 150 111 41 -
CMYK 0 0.26 0.73 0.41
HSL 38.53º 0.57% 0.37% -
HSV(B) 38.53º 0.73% 0.59% -
XYZ 18.66 18.01 4.59 -
YUV 114.68 86.42 153.19 -
System Red Green Blue C M Y K H S L
Decimal 150 111 41 0 0.26 0.73 0.41 38.53 0.57 0.37
Hex 96 6F 29 0 1A 49 29 27 39 25
Octal 226 157 51 0 32 111 51 47 71 45
Binary 10010110 1101111 101001 0 11010 1001001 101001 100111 111001 100101

Color Harmonies of #966F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F29

Black with #966F29

Text Example


Text Example

White with #966F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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