Html Css Color HEX #967534 Buttered Rum

📋 copy color: '#967534'

red 150 ◦ green 117 ◦ blue 52

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

Shades of Buttered Rum #967534

Tints of Buttered Rum #967534

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.68%

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

R = 47.02%
G = 36.68%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#967534 (or 0x967534) is known color: Buttered Rum. HEX triplet: 96, 75 and 34. RGB value is (150,117,52). Sum of RGB (Red+Green+Blue) = 150+117+52=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #967534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967534 is #698ACB. Grayscale: #777777. Windows color (decimal): -6916812 or 3437974. OLE color: 3437974.

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

Color convert

RGB 150 117 52 -
CMYK 0 0.22 0.65 0.41
HSL 39.8º 0.49% 0.4% -
HSV(B) 39.8º 0.65% 0.59% -
XYZ 19.56 19.45 5.97 -
YUV 119.46 89.93 149.79 -
System Red Green Blue C M Y K H S L
Decimal 150 117 52 0 0.22 0.65 0.41 39.8 0.49 0.4
Hex 96 75 34 0 16 41 29 28 31 28
Octal 226 165 64 0 26 101 51 50 61 50
Binary 10010110 1110101 110100 0 10110 1000001 101001 101000 110001 101000

Color Harmonies of #967534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967534

Black with #967534

Text Example


Text Example

White with #967534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967534; }

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

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

background-color css

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

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

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

border-color css

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

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

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