Html Css Color HEX #967536 Buttered Rum

📋 copy color: '#967536'

red 150 ◦ green 117 ◦ blue 54

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

Shades of Buttered Rum #967536

Tints of Buttered Rum #967536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.82%

R = 46.73%
G = 36.45%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#967536 (or 0x967536) is known color: Buttered Rum. HEX triplet: 96, 75 and 36. RGB value is (150,117,54). Sum of RGB (Red+Green+Blue) = 150+117+54=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #967536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967536 is #698AC9. Grayscale: #777777. Windows color (decimal): -6916810 or 3569046. OLE color: 3569046.

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

Color convert

RGB 150 117 54 -
CMYK 0 0.22 0.64 0.41
HSL 39.38º 0.47% 0.4% -
HSV(B) 39.38º 0.64% 0.59% -
XYZ 19.6 19.47 6.22 -
YUV 119.69 90.93 149.62 -
System Red Green Blue C M Y K H S L
Decimal 150 117 54 0 0.22 0.64 0.41 39.38 0.47 0.4
Hex 96 75 36 0 16 40 29 27 2F 28
Octal 226 165 66 0 26 100 51 47 57 50
Binary 10010110 1110101 110110 0 10110 1000000 101001 100111 101111 101000

Color Harmonies of #967536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967536

Black with #967536

Text Example


Text Example

White with #967536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967536; }

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

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

background-color css

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

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

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

border-color css

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

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

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