Html Css Color HEX #967034 Buttered Rum

📋 copy color: '#967034'

red 150 ◦ green 112 ◦ blue 52

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

Shades of Buttered Rum #967034

Tints of Buttered Rum #967034

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.67%

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

R = 47.77%
G = 35.67%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#967034 (or 0x967034) is known color: Buttered Rum. HEX triplet: 96, 70 and 34. RGB value is (150,112,52). Sum of RGB (Red+Green+Blue) = 150+112+52=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #967034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967034 is #698FCB. Grayscale: #747474. Windows color (decimal): -6918092 or 3436694. OLE color: 3436694.

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

Color convert

RGB 150 112 52 -
CMYK 0 0.25 0.65 0.41
HSL 36.73º 0.49% 0.4% -
HSV(B) 36.73º 0.65% 0.59% -
XYZ 18.99 18.32 5.78 -
YUV 116.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 150 112 52 0 0.25 0.65 0.41 36.73 0.49 0.4
Hex 96 70 34 0 19 41 29 25 31 28
Octal 226 160 64 0 31 101 51 45 61 50
Binary 10010110 1110000 110100 0 11001 1000001 101001 100101 110001 101000

Color Harmonies of #967034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967034

Black with #967034

Text Example


Text Example

White with #967034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967034; }

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

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

background-color css

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

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

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

border-color css

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

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

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