Html Css Color HEX #966B34 Buttered Rum

📋 copy color: '#966B34'

red 150 ◦ green 107 ◦ blue 52

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

Shades of Buttered Rum #966B34

Tints of Buttered Rum #966B34

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.63%

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

R = 48.54%
G = 34.63%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#966B34 (or 0x966B34) is known color: Buttered Rum. HEX triplet: 96, 6B and 34. RGB value is (150,107,52). Sum of RGB (Red+Green+Blue) = 150+107+52=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #966B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B34 is #6994CB. Grayscale: #717171. Windows color (decimal): -6919372 or 3435414. OLE color: 3435414.

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

Color convert

RGB 150 107 52 -
CMYK 0 0.29 0.65 0.41
HSL 33.67º 0.49% 0.4% -
HSV(B) 33.67º 0.65% 0.59% -
XYZ 18.46 17.25 5.61 -
YUV 113.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 150 107 52 0 0.29 0.65 0.41 33.67 0.49 0.4
Hex 96 6B 34 0 1D 41 29 22 31 28
Octal 226 153 64 0 35 101 51 42 61 50
Binary 10010110 1101011 110100 0 11101 1000001 101001 100010 110001 101000

Color Harmonies of #966B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966B34

Black with #966B34

Text Example


Text Example

White with #966B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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