Html Css Color HEX #966F37 Buttered Rum

📋 copy color: '#966F37'

red 150 ◦ green 111 ◦ blue 55

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

Shades of Buttered Rum #966F37

Tints of Buttered Rum #966F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.41%

R = 47.47%
G = 35.13%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#966F37 (or 0x966F37) is known color: Buttered Rum. HEX triplet: 96, 6F and 37. RGB value is (150,111,55). Sum of RGB (Red+Green+Blue) = 150+111+55=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #966F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F37 is #6990C8. Grayscale: #747474. Windows color (decimal): -6918345 or 3633046. OLE color: 3633046.

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

Color convert

RGB 150 111 55 -
CMYK 0 0.26 0.63 0.41
HSL 35.37º 0.46% 0.4% -
HSV(B) 35.37º 0.63% 0.59% -
XYZ 18.95 18.13 6.11 -
YUV 116.28 93.42 152.05 -
System Red Green Blue C M Y K H S L
Decimal 150 111 55 0 0.26 0.63 0.41 35.37 0.46 0.4
Hex 96 6F 37 0 1A 3F 29 23 2E 28
Octal 226 157 67 0 32 77 51 43 56 50
Binary 10010110 1101111 110111 0 11010 111111 101001 100011 101110 101000

Color Harmonies of #966F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F37

Black with #966F37

Text Example


Text Example

White with #966F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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