Html Css Color HEX #967440 Buttered Rum

📋 copy color: '#967440'

red 150 ◦ green 116 ◦ blue 64

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

Shades of Buttered Rum #967440

Tints of Buttered Rum #967440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.15%

 BLUE value IS 64 (25.39% from 255) = 19.39%

R = 45.45%
G = 35.15%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#967440 (or 0x967440) is known color: Buttered Rum. HEX triplet: 96, 74 and 40. RGB value is (150,116,64). Sum of RGB (Red+Green+Blue) = 150+116+64=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #967440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967440 is #698BBF. Grayscale: #787878. Windows color (decimal): -6917056 or 4224150. OLE color: 4224150.

HSL color Cylindrical-coordinate representation of color #967440: hue angle of 36.28º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #967440 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 116 64 -
CMYK 0 0.23 0.57 0.41
HSL 36.28º 0.4% 0.42% -
HSV(B) 36.28º 0.57% 0.59% -
XYZ 19.75 19.34 7.54 -
YUV 120.24 96.26 149.23 -
System Red Green Blue C M Y K H S L
Decimal 150 116 64 0 0.23 0.57 0.41 36.28 0.4 0.42
Hex 96 74 40 0 17 39 29 24 28 2A
Octal 226 164 100 0 27 71 51 44 50 52
Binary 10010110 1110100 1000000 0 10111 111001 101001 100100 101000 101010

Color Harmonies of #967440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967440

Black with #967440

Text Example


Text Example

White with #967440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967440; }

 p { color: rgb(150,116,64); }

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

background-color css

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

 a { background-color: rgb(150,116,64); }

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

border-color css

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

 span { border-color: rgb(150,116,64); }

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