Html Css Color HEX #966F39 Buttered Rum

📋 copy color: '#966F39'

red 150 ◦ green 111 ◦ blue 57

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

Shades of Buttered Rum #966F39

Tints of Buttered Rum #966F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.92%

R = 47.17%
G = 34.91%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#966F39 (or 0x966F39) is known color: Buttered Rum. HEX triplet: 96, 6F and 39. RGB value is (150,111,57). Sum of RGB (Red+Green+Blue) = 150+111+57=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #966F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F39 is #6990C6. Grayscale: #747474. Windows color (decimal): -6918343 or 3764118. OLE color: 3764118.

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

Color convert

RGB 150 111 57 -
CMYK 0 0.26 0.62 0.41
HSL 34.84º 0.45% 0.41% -
HSV(B) 34.84º 0.62% 0.59% -
XYZ 19 18.15 6.37 -
YUV 116.51 94.42 151.89 -
System Red Green Blue C M Y K H S L
Decimal 150 111 57 0 0.26 0.62 0.41 34.84 0.45 0.41
Hex 96 6F 39 0 1A 3E 29 23 2D 29
Octal 226 157 71 0 32 76 51 43 55 51
Binary 10010110 1101111 111001 0 11010 111110 101001 100011 101101 101001

Color Harmonies of #966F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F39

Black with #966F39

Text Example


Text Example

White with #966F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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