Html Css Color HEX #967334 Buttered Rum

📋 copy color: '#967334'

red 150 ◦ green 115 ◦ blue 52

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

Shades of Buttered Rum #967334

Tints of Buttered Rum #967334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.4%

R = 47.32%
G = 36.28%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#967334 (or 0x967334) is known color: Buttered Rum. HEX triplet: 96, 73 and 34. RGB value is (150,115,52). Sum of RGB (Red+Green+Blue) = 150+115+52=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #967334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967334 is #698CCB. Grayscale: #767676. Windows color (decimal): -6917324 or 3437462. OLE color: 3437462.

HSL color Cylindrical-coordinate representation of color #967334: hue angle of 38.57º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #967334 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 115 52 -
CMYK 0 0.23 0.65 0.41
HSL 38.57º 0.49% 0.4% -
HSV(B) 38.57º 0.65% 0.59% -
XYZ 19.33 18.99 5.9 -
YUV 118.28 90.6 150.62 -
System Red Green Blue C M Y K H S L
Decimal 150 115 52 0 0.23 0.65 0.41 38.57 0.49 0.4
Hex 96 73 34 0 17 41 29 27 31 28
Octal 226 163 64 0 27 101 51 47 61 50
Binary 10010110 1110011 110100 0 10111 1000001 101001 100111 110001 101000

Color Harmonies of #967334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967334

Black with #967334

Text Example


Text Example

White with #967334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967334; }

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

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

background-color css

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

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

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

border-color css

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

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

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