Html Css Color HEX #966E28 Buttered Rum

📋 copy color: '#966E28'

red 150 ◦ green 110 ◦ blue 40

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

Shades of Buttered Rum #966E28

Tints of Buttered Rum #966E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.33%

R = 50%
G = 36.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#966E28 (or 0x966E28) is known color: Buttered Rum. HEX triplet: 96, 6E and 28. RGB value is (150,110,40). Sum of RGB (Red+Green+Blue) = 150+110+40=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #966E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966E28 is #6991D7. Grayscale: #727272. Windows color (decimal): -6918616 or 2649750. OLE color: 2649750.

HSL color Cylindrical-coordinate representation of color #966E28: hue angle of 38.18º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #966E28 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 110 40 -
CMYK 0 0.27 0.73 0.41
HSL 38.18º 0.58% 0.37% -
HSV(B) 38.18º 0.73% 0.59% -
XYZ 18.54 17.79 4.46 -
YUV 113.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 150 110 40 0 0.27 0.73 0.41 38.18 0.58 0.37
Hex 96 6E 28 0 1B 49 29 26 3A 25
Octal 226 156 50 0 33 111 51 46 72 45
Binary 10010110 1101110 101000 0 11011 1001001 101001 100110 111010 100101

Color Harmonies of #966E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966E28

Black with #966E28

Text Example


Text Example

White with #966E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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