Html Css Color HEX #966F2B Buttered Rum

📋 copy color: '#966F2B'

red 150 ◦ green 111 ◦ blue 43

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

Shades of Buttered Rum #966F2B

Tints of Buttered Rum #966F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.14%

R = 49.34%
G = 36.51%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#966F2B (or 0x966F2B) is known color: Buttered Rum. HEX triplet: 96, 6F and 2B. RGB value is (150,111,43). Sum of RGB (Red+Green+Blue) = 150+111+43=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #966F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F2B is #6990D4. Grayscale: #737373. Windows color (decimal): -6918357 or 2846614. OLE color: 2846614.

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

Color convert

RGB 150 111 43 -
CMYK 0 0.26 0.71 0.41
HSL 38.13º 0.55% 0.38% -
HSV(B) 38.13º 0.71% 0.59% -
XYZ 18.7 18.03 4.78 -
YUV 114.91 87.42 153.03 -
System Red Green Blue C M Y K H S L
Decimal 150 111 43 0 0.26 0.71 0.41 38.13 0.55 0.38
Hex 96 6F 2B 0 1A 47 29 26 37 26
Octal 226 157 53 0 32 107 51 46 67 46
Binary 10010110 1101111 101011 0 11010 1000111 101001 100110 110111 100110

Color Harmonies of #966F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F2B

Black with #966F2B

Text Example


Text Example

White with #966F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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