Html Css Color HEX #966F3C Buttered Rum

📋 copy color: '#966F3C'

red 150 ◦ green 111 ◦ blue 60

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

Shades of Buttered Rum #966F3C

Tints of Buttered Rum #966F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.69%

R = 46.73%
G = 34.58%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#966F3C (or 0x966F3C) is known color: Buttered Rum. HEX triplet: 96, 6F and 3C. RGB value is (150,111,60). Sum of RGB (Red+Green+Blue) = 150+111+60=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #966F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F3C is #6990C3. Grayscale: #757575. Windows color (decimal): -6918340 or 3960726. OLE color: 3960726.

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

Color convert

RGB 150 111 60 -
CMYK 0 0.26 0.6 0.41
HSL 34º 0.43% 0.41% -
HSV(B) 34º 0.6% 0.59% -
XYZ 19.08 18.18 6.78 -
YUV 116.85 95.92 151.65 -
System Red Green Blue C M Y K H S L
Decimal 150 111 60 0 0.26 0.6 0.41 34 0.43 0.41
Hex 96 6F 3C 0 1A 3C 29 22 2B 29
Octal 226 157 74 0 32 74 51 42 53 51
Binary 10010110 1101111 111100 0 11010 111100 101001 100010 101011 101001

Color Harmonies of #966F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F3C

Black with #966F3C

Text Example


Text Example

White with #966F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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