Html Css Color HEX #966A29 Buttered Rum

📋 copy color: '#966A29'

red 150 ◦ green 106 ◦ blue 41

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

Shades of Buttered Rum #966A29

Tints of Buttered Rum #966A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.8%

R = 50.51%
G = 35.69%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#966A29 (or 0x966A29) is known color: Buttered Rum. HEX triplet: 96, 6A and 29. RGB value is (150,106,41). Sum of RGB (Red+Green+Blue) = 150+106+41=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #966A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A29 is #6995D6. Grayscale: #707070. Windows color (decimal): -6919639 or 2714262. OLE color: 2714262.

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

Color convert

RGB 150 106 41 -
CMYK 0 0.29 0.73 0.41
HSL 35.78º 0.57% 0.37% -
HSV(B) 35.78º 0.73% 0.59% -
XYZ 18.13 16.95 4.41 -
YUV 111.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 150 106 41 0 0.29 0.73 0.41 35.78 0.57 0.37
Hex 96 6A 29 0 1D 49 29 24 39 25
Octal 226 152 51 0 35 111 51 44 71 45
Binary 10010110 1101010 101001 0 11101 1001001 101001 100100 111001 100101

Color Harmonies of #966A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966A29

Black with #966A29

Text Example


Text Example

White with #966A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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