Html Css Color HEX #966A2C Buttered Rum

📋 copy color: '#966A2C'

red 150 ◦ green 106 ◦ blue 44

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

Shades of Buttered Rum #966A2C

Tints of Buttered Rum #966A2C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.33%

 BLUE value IS 44 (17.58% from 255) = 14.67%

R = 50%
G = 35.33%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#966A2C (or 0x966A2C) is known color: Buttered Rum. HEX triplet: 96, 6A and 2C. RGB value is (150,106,44). Sum of RGB (Red+Green+Blue) = 150+106+44=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #966A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A2C is #6995D3. Grayscale: #707070. Windows color (decimal): -6919636 or 2910870. OLE color: 2910870.

HSL color Cylindrical-coordinate representation of color #966A2C: hue angle of 35.09º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #966A2C is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 106 44 -
CMYK 0 0.29 0.71 0.41
HSL 35.09º 0.55% 0.38% -
HSV(B) 35.09º 0.71% 0.59% -
XYZ 18.19 16.97 4.7 -
YUV 112.09 89.58 155.04 -
System Red Green Blue C M Y K H S L
Decimal 150 106 44 0 0.29 0.71 0.41 35.09 0.55 0.38
Hex 96 6A 2C 0 1D 47 29 23 37 26
Octal 226 152 54 0 35 107 51 43 67 46
Binary 10010110 1101010 101100 0 11101 1000111 101001 100011 110111 100110

Color Harmonies of #966A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966A2C

Black with #966A2C

Text Example


Text Example

White with #966A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,106,44); }

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

background-color css

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

 a { background-color: rgb(150,106,44); }

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

border-color css

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

 span { border-color: rgb(150,106,44); }

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