Html Css Color HEX #966D37 Buttered Rum

📋 copy color: '#966D37'

red 150 ◦ green 109 ◦ blue 55

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

Shades of Buttered Rum #966D37

Tints of Buttered Rum #966D37

RGB

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

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

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

R = 47.77%
G = 34.71%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#966D37 (or 0x966D37) is known color: Buttered Rum. HEX triplet: 96, 6D and 37. RGB value is (150,109,55). Sum of RGB (Red+Green+Blue) = 150+109+55=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #966D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D37 is #6992C8. Grayscale: #737373. Windows color (decimal): -6918857 or 3632534. OLE color: 3632534.

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

Color convert

RGB 150 109 55 -
CMYK 0 0.27 0.63 0.41
HSL 34.11º 0.46% 0.4% -
HSV(B) 34.11º 0.63% 0.59% -
XYZ 18.74 17.7 6.04 -
YUV 115.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 150 109 55 0 0.27 0.63 0.41 34.11 0.46 0.4
Hex 96 6D 37 0 1B 3F 29 22 2E 28
Octal 226 155 67 0 33 77 51 42 56 50
Binary 10010110 1101101 110111 0 11011 111111 101001 100010 101110 101000

Color Harmonies of #966D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966D37

Black with #966D37

Text Example


Text Example

White with #966D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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