Html Css Color HEX #967341 Buttered Rum

📋 copy color: '#967341'

red 150 ◦ green 115 ◦ blue 65

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

Shades of Buttered Rum #967341

Tints of Buttered Rum #967341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.85%

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

R = 45.45%
G = 34.85%
B = 19.7%

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

#967341 (or 0x967341) is known color: Buttered Rum. HEX triplet: 96, 73 and 41. RGB value is (150,115,65). Sum of RGB (Red+Green+Blue) = 150+115+65=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #967341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967341 is #698CBE. Grayscale: #787878. Windows color (decimal): -6917311 or 4289430. OLE color: 4289430.

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

Color convert

RGB 150 115 65 -
CMYK 0 0.23 0.57 0.41
HSL 35.29º 0.4% 0.42% -
HSV(B) 35.29º 0.57% 0.59% -
XYZ 19.66 19.13 7.66 -
YUV 119.77 97.1 149.57 -
System Red Green Blue C M Y K H S L
Decimal 150 115 65 0 0.23 0.57 0.41 35.29 0.4 0.42
Hex 96 73 41 0 17 39 29 23 28 2A
Octal 226 163 101 0 27 71 51 43 50 52
Binary 10010110 1110011 1000001 0 10111 111001 101001 100011 101000 101010

Color Harmonies of #967341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967341

Black with #967341

Text Example


Text Example

White with #967341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967341; }

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

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

background-color css

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

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

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

border-color css

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

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

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