Html Css Color HEX #966D31 Buttered Rum

📋 copy color: '#966D31'

red 150 ◦ green 109 ◦ blue 49

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

Shades of Buttered Rum #966D31

Tints of Buttered Rum #966D31

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.39%

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

R = 48.7%
G = 35.39%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#966D31 (or 0x966D31) is known color: Buttered Rum. HEX triplet: 96, 6D and 31. RGB value is (150,109,49). Sum of RGB (Red+Green+Blue) = 150+109+49=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #966D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D31 is #6992CE. Grayscale: #727272. Windows color (decimal): -6918863 or 3239318. OLE color: 3239318.

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

Color convert

RGB 150 109 49 -
CMYK 0 0.27 0.67 0.41
HSL 35.64º 0.51% 0.39% -
HSV(B) 35.64º 0.67% 0.59% -
XYZ 18.6 17.64 5.33 -
YUV 114.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 150 109 49 0 0.27 0.67 0.41 35.64 0.51 0.39
Hex 96 6D 31 0 1B 43 29 24 33 27
Octal 226 155 61 0 33 103 51 44 63 47
Binary 10010110 1101101 110001 0 11011 1000011 101001 100100 110011 100111

Color Harmonies of #966D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966D31

Black with #966D31

Text Example


Text Example

White with #966D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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