Html Css Color HEX #966E2B Buttered Rum

📋 copy color: '#966E2B'

red 150 ◦ green 110 ◦ blue 43

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

Shades of Buttered Rum #966E2B

Tints of Buttered Rum #966E2B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.3%

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

R = 49.5%
G = 36.3%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#966E2B (or 0x966E2B) is known color: Buttered Rum. HEX triplet: 96, 6E and 2B. RGB value is (150,110,43). Sum of RGB (Red+Green+Blue) = 150+110+43=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #966E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966E2B is #6991D4. Grayscale: #727272. Windows color (decimal): -6918613 or 2846358. OLE color: 2846358.

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

Color convert

RGB 150 110 43 -
CMYK 0 0.27 0.71 0.41
HSL 37.57º 0.55% 0.38% -
HSV(B) 37.57º 0.71% 0.59% -
XYZ 18.59 17.81 4.74 -
YUV 114.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 150 110 43 0 0.27 0.71 0.41 37.57 0.55 0.38
Hex 96 6E 2B 0 1B 47 29 26 37 26
Octal 226 156 53 0 33 107 51 46 67 46
Binary 10010110 1101110 101011 0 11011 1000111 101001 100110 110111 100110

Color Harmonies of #966E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966E2B

Black with #966E2B

Text Example


Text Example

White with #966E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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