Html Css Color HEX #966A2A Buttered Rum

📋 copy color: '#966A2A'

red 150 ◦ green 106 ◦ blue 42

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

Shades of Buttered Rum #966A2A

Tints of Buttered Rum #966A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 50.34%
G = 35.57%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#966A2A (or 0x966A2A) is known color: Buttered Rum. HEX triplet: 96, 6A and 2A. RGB value is (150,106,42). Sum of RGB (Red+Green+Blue) = 150+106+42=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #966A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A2A is #6995D5. Grayscale: #707070. Windows color (decimal): -6919638 or 2779798. OLE color: 2779798.

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

Color convert

RGB 150 106 42 -
CMYK 0 0.29 0.72 0.41
HSL 35.56º 0.56% 0.38% -
HSV(B) 35.56º 0.72% 0.59% -
XYZ 18.15 16.96 4.51 -
YUV 111.86 88.58 155.2 -
System Red Green Blue C M Y K H S L
Decimal 150 106 42 0 0.29 0.72 0.41 35.56 0.56 0.38
Hex 96 6A 2A 0 1D 48 29 24 38 26
Octal 226 152 52 0 35 110 51 44 70 46
Binary 10010110 1101010 101010 0 11101 1001000 101001 100100 111000 100110

Color Harmonies of #966A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966A2A

Black with #966A2A

Text Example


Text Example

White with #966A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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