Html Css Color HEX #967641 Buttered Rum

📋 copy color: '#967641'

red 150 ◦ green 118 ◦ blue 65

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

Shades of Buttered Rum #967641

Tints of Buttered Rum #967641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.52%

R = 45.05%
G = 35.44%
B = 19.52%

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

#967641 (or 0x967641) is known color: Buttered Rum. HEX triplet: 96, 76 and 41. RGB value is (150,118,65). Sum of RGB (Red+Green+Blue) = 150+118+65=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #967641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967641 is #6989BE. Grayscale: #797979. Windows color (decimal): -6916543 or 4290198. OLE color: 4290198.

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

Color convert

RGB 150 118 65 -
CMYK 0 0.21 0.57 0.41
HSL 37.41º 0.4% 0.42% -
HSV(B) 37.41º 0.57% 0.59% -
XYZ 20.01 19.82 7.77 -
YUV 121.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 150 118 65 0 0.21 0.57 0.41 37.41 0.4 0.42
Hex 96 76 41 0 15 39 29 25 28 2A
Octal 226 166 101 0 25 71 51 45 50 52
Binary 10010110 1110110 1000001 0 10101 111001 101001 100101 101000 101010

Color Harmonies of #967641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967641

Black with #967641

Text Example


Text Example

White with #967641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967641; }

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

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

background-color css

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

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

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

border-color css

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

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

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