Html Css Color HEX #967140 Buttered Rum

📋 copy color: '#967140'

red 150 ◦ green 113 ◦ blue 64

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

Shades of Buttered Rum #967140

Tints of Buttered Rum #967140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.56%

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

R = 45.87%
G = 34.56%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#967140 (or 0x967140) is known color: Buttered Rum. HEX triplet: 96, 71 and 40. RGB value is (150,113,64). Sum of RGB (Red+Green+Blue) = 150+113+64=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #967140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967140 is #698EBF. Grayscale: #767676. Windows color (decimal): -6917824 or 4223382. OLE color: 4223382.

HSL color Cylindrical-coordinate representation of color #967140: hue angle of 34.19º 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 #967140 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 113 64 -
CMYK 0 0.25 0.57 0.41
HSL 34.19º 0.4% 0.42% -
HSV(B) 34.19º 0.57% 0.59% -
XYZ 19.41 18.66 7.43 -
YUV 118.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 150 113 64 0 0.25 0.57 0.41 34.19 0.4 0.42
Hex 96 71 40 0 19 39 29 22 28 2A
Octal 226 161 100 0 31 71 51 42 50 52
Binary 10010110 1110001 1000000 0 11001 111001 101001 100010 101000 101010

Color Harmonies of #967140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967140

Black with #967140

Text Example


Text Example

White with #967140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967140; }

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

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

background-color css

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

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

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

border-color css

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

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

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