Html Css Color HEX #967640 Buttered Rum

📋 copy color: '#967640'

red 150 ◦ green 118 ◦ blue 64

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

Shades of Buttered Rum #967640

Tints of Buttered Rum #967640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.54%

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

R = 45.18%
G = 35.54%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#967640 (or 0x967640) is known color: Buttered Rum. HEX triplet: 96, 76 and 40. RGB value is (150,118,64). Sum of RGB (Red+Green+Blue) = 150+118+64=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #967640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967640 is #6989BF. Grayscale: #797979. Windows color (decimal): -6916544 or 4224662. OLE color: 4224662.

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

Color convert

RGB 150 118 64 -
CMYK 0 0.21 0.57 0.41
HSL 37.67º 0.4% 0.42% -
HSV(B) 37.67º 0.57% 0.59% -
XYZ 19.98 19.81 7.62 -
YUV 121.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 150 118 64 0 0.21 0.57 0.41 37.67 0.4 0.42
Hex 96 76 40 0 15 39 29 26 28 2A
Octal 226 166 100 0 25 71 51 46 50 52
Binary 10010110 1110110 1000000 0 10101 111001 101001 100110 101000 101010

Color Harmonies of #967640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967640

Black with #967640

Text Example


Text Example

White with #967640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967640; }

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

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

background-color css

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

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

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

border-color css

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

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

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