Html Css Color HEX #966F31 Buttered Rum

📋 copy color: '#966F31'

red 150 ◦ green 111 ◦ blue 49

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

Shades of Buttered Rum #966F31

Tints of Buttered Rum #966F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.81%

R = 48.39%
G = 35.81%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#966F31 (or 0x966F31) is known color: Buttered Rum. HEX triplet: 96, 6F and 31. RGB value is (150,111,49). Sum of RGB (Red+Green+Blue) = 150+111+49=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #966F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F31 is #6990CE. Grayscale: #737373. Windows color (decimal): -6918351 or 3239830. OLE color: 3239830.

HSL color Cylindrical-coordinate representation of color #966F31: hue angle of 36.83º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #966F31 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 111 49 -
CMYK 0 0.26 0.67 0.41
HSL 36.83º 0.51% 0.39% -
HSV(B) 36.83º 0.67% 0.59% -
XYZ 18.82 18.07 5.4 -
YUV 115.59 90.42 152.54 -
System Red Green Blue C M Y K H S L
Decimal 150 111 49 0 0.26 0.67 0.41 36.83 0.51 0.39
Hex 96 6F 31 0 1A 43 29 25 33 27
Octal 226 157 61 0 32 103 51 45 63 47
Binary 10010110 1101111 110001 0 11010 1000011 101001 100101 110011 100111

Color Harmonies of #966F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F31

Black with #966F31

Text Example


Text Example

White with #966F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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