Html Css Color HEX #967441 Buttered Rum

📋 copy color: '#967441'

red 150 ◦ green 116 ◦ blue 65

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

Shades of Buttered Rum #967441

Tints of Buttered Rum #967441

RGB

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

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

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

R = 45.32%
G = 35.05%
B = 19.64%

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

#967441 (or 0x967441) is known color: Buttered Rum. HEX triplet: 96, 74 and 41. RGB value is (150,116,65). Sum of RGB (Red+Green+Blue) = 150+116+65=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #967441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967441 is #698BBE. Grayscale: #787878. Windows color (decimal): -6917055 or 4289686. OLE color: 4289686.

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

Color convert

RGB 150 116 65 -
CMYK 0 0.23 0.57 0.41
HSL 36º 0.4% 0.42% -
HSV(B) 36º 0.57% 0.59% -
XYZ 19.78 19.36 7.69 -
YUV 120.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 150 116 65 0 0.23 0.57 0.41 36 0.4 0.42
Hex 96 74 41 0 17 39 29 24 28 2A
Octal 226 164 101 0 27 71 51 44 50 52
Binary 10010110 1110100 1000001 0 10111 111001 101001 100100 101000 101010

Color Harmonies of #967441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967441

Black with #967441

Text Example


Text Example

White with #967441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967441; }

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

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

background-color css

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

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

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

border-color css

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

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

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