Html Css Color HEX #967434 Buttered Rum

📋 copy color: '#967434'

red 150 ◦ green 116 ◦ blue 52

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

Shades of Buttered Rum #967434

Tints of Buttered Rum #967434

RGB

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

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

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

R = 47.17%
G = 36.48%
B = 16.35%

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

#967434 (or 0x967434) is known color: Buttered Rum. HEX triplet: 96, 74 and 34. RGB value is (150,116,52). Sum of RGB (Red+Green+Blue) = 150+116+52=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #967434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967434 is #698BCB. Grayscale: #777777. Windows color (decimal): -6917068 or 3437718. OLE color: 3437718.

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

Color convert

RGB 150 116 52 -
CMYK 0 0.23 0.65 0.41
HSL 39.18º 0.49% 0.4% -
HSV(B) 39.18º 0.65% 0.59% -
XYZ 19.44 19.22 5.93 -
YUV 118.87 90.26 150.2 -
System Red Green Blue C M Y K H S L
Decimal 150 116 52 0 0.23 0.65 0.41 39.18 0.49 0.4
Hex 96 74 34 0 17 41 29 27 31 28
Octal 226 164 64 0 27 101 51 47 61 50
Binary 10010110 1110100 110100 0 10111 1000001 101001 100111 110001 101000

Color Harmonies of #967434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967434

Black with #967434

Text Example


Text Example

White with #967434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967434; }

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

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

background-color css

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

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

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

border-color css

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

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

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