Html Css Color HEX #966F28 Buttered Rum

📋 copy color: '#966F28'

red 150 ◦ green 111 ◦ blue 40

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

Shades of Buttered Rum #966F28

Tints of Buttered Rum #966F28

RGB

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

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

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

R = 49.83%
G = 36.88%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#966F28 (or 0x966F28) is known color: Buttered Rum. HEX triplet: 96, 6F and 28. RGB value is (150,111,40). Sum of RGB (Red+Green+Blue) = 150+111+40=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #966F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F28 is #6990D7. Grayscale: #727272. Windows color (decimal): -6918360 or 2650006. OLE color: 2650006.

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

Color convert

RGB 150 111 40 -
CMYK 0 0.26 0.73 0.41
HSL 38.73º 0.58% 0.37% -
HSV(B) 38.73º 0.73% 0.59% -
XYZ 18.65 18.01 4.5 -
YUV 114.57 85.92 153.27 -
System Red Green Blue C M Y K H S L
Decimal 150 111 40 0 0.26 0.73 0.41 38.73 0.58 0.37
Hex 96 6F 28 0 1A 49 29 27 3A 25
Octal 226 157 50 0 32 111 51 47 72 45
Binary 10010110 1101111 101000 0 11010 1001001 101001 100111 111010 100101

Color Harmonies of #966F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F28

Black with #966F28

Text Example


Text Example

White with #966F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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