Html Css Color HEX #966C2B Buttered Rum

📋 copy color: '#966C2B'

red 150 ◦ green 108 ◦ blue 43

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

Shades of Buttered Rum #966C2B

Tints of Buttered Rum #966C2B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.88%

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

R = 49.83%
G = 35.88%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#966C2B (or 0x966C2B) is known color: Buttered Rum. HEX triplet: 96, 6C and 2B. RGB value is (150,108,43). Sum of RGB (Red+Green+Blue) = 150+108+43=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #966C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966C2B is #6993D4. Grayscale: #717171. Windows color (decimal): -6919125 or 2845846. OLE color: 2845846.

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

Color convert

RGB 150 108 43 -
CMYK 0 0.28 0.71 0.41
HSL 36.45º 0.55% 0.38% -
HSV(B) 36.45º 0.71% 0.59% -
XYZ 18.38 17.38 4.67 -
YUV 113.15 88.41 154.29 -
System Red Green Blue C M Y K H S L
Decimal 150 108 43 0 0.28 0.71 0.41 36.45 0.55 0.38
Hex 96 6C 2B 0 1C 47 29 24 37 26
Octal 226 154 53 0 34 107 51 44 67 46
Binary 10010110 1101100 101011 0 11100 1000111 101001 100100 110111 100110

Color Harmonies of #966C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966C2B

Black with #966C2B

Text Example


Text Example

White with #966C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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