Html Css Color HEX #966A26 Buttered Rum

📋 copy color: '#966A26'

red 150 ◦ green 106 ◦ blue 38

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

Shades of Buttered Rum #966A26

Tints of Buttered Rum #966A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.93%

R = 51.02%
G = 36.05%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#966A26 (or 0x966A26) is known color: Buttered Rum. HEX triplet: 96, 6A and 26. RGB value is (150,106,38). Sum of RGB (Red+Green+Blue) = 150+106+38=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #966A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A26 is #6995D9. Grayscale: #6F6F6F. Windows color (decimal): -6919642 or 2517654. OLE color: 2517654.

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

Color convert

RGB 150 106 38 -
CMYK 0 0.29 0.75 0.41
HSL 36.43º 0.6% 0.37% -
HSV(B) 36.43º 0.75% 0.59% -
XYZ 18.08 16.93 4.15 -
YUV 111.4 86.58 155.53 -
System Red Green Blue C M Y K H S L
Decimal 150 106 38 0 0.29 0.75 0.41 36.43 0.6 0.37
Hex 96 6A 26 0 1D 4B 29 24 3C 25
Octal 226 152 46 0 35 113 51 44 74 45
Binary 10010110 1101010 100110 0 11101 1001011 101001 100100 111100 100101

Color Harmonies of #966A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966A26

Black with #966A26

Text Example


Text Example

White with #966A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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