Html Css Color HEX #966D3A Buttered Rum

📋 copy color: '#966D3A'

red 150 ◦ green 109 ◦ blue 58

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

Shades of Buttered Rum #966D3A

Tints of Buttered Rum #966D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.3%

R = 47.32%
G = 34.38%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#966D3A (or 0x966D3A) is known color: Buttered Rum. HEX triplet: 96, 6D and 3A. RGB value is (150,109,58). Sum of RGB (Red+Green+Blue) = 150+109+58=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #966D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D3A is #6992C5. Grayscale: #737373. Windows color (decimal): -6918854 or 3829142. OLE color: 3829142.

HSL color Cylindrical-coordinate representation of color #966D3A: hue angle of 33.26º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #966D3A is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 109 58 -
CMYK 0 0.27 0.61 0.41
HSL 33.26º 0.44% 0.41% -
HSV(B) 33.26º 0.61% 0.59% -
XYZ 18.81 17.73 6.43 -
YUV 115.45 95.58 152.65 -
System Red Green Blue C M Y K H S L
Decimal 150 109 58 0 0.27 0.61 0.41 33.26 0.44 0.41
Hex 96 6D 3A 0 1B 3D 29 21 2C 29
Octal 226 155 72 0 33 75 51 41 54 51
Binary 10010110 1101101 111010 0 11011 111101 101001 100001 101100 101001

Color Harmonies of #966D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966D3A

Black with #966D3A

Text Example


Text Example

White with #966D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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