Html Css Color HEX #966F34 Buttered Rum

📋 copy color: '#966F34'

red 150 ◦ green 111 ◦ blue 52

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

Shades of Buttered Rum #966F34

Tints of Buttered Rum #966F34

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.46%

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

R = 47.92%
G = 35.46%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#966F34 (or 0x966F34) is known color: Buttered Rum. HEX triplet: 96, 6F and 34. RGB value is (150,111,52). Sum of RGB (Red+Green+Blue) = 150+111+52=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #966F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F34 is #6990CB. Grayscale: #747474. Windows color (decimal): -6918348 or 3436438. OLE color: 3436438.

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

Color convert

RGB 150 111 52 -
CMYK 0 0.26 0.65 0.41
HSL 36.12º 0.49% 0.4% -
HSV(B) 36.12º 0.65% 0.59% -
XYZ 18.88 18.1 5.75 -
YUV 115.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 150 111 52 0 0.26 0.65 0.41 36.12 0.49 0.4
Hex 96 6F 34 0 1A 41 29 24 31 28
Octal 226 157 64 0 32 101 51 44 61 50
Binary 10010110 1101111 110100 0 11010 1000001 101001 100100 110001 101000

Color Harmonies of #966F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F34

Black with #966F34

Text Example


Text Example

White with #966F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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