Html Css Color HEX #966B2A Buttered Rum

📋 copy color: '#966B2A'

red 150 ◦ green 107 ◦ blue 42

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

Shades of Buttered Rum #966B2A

Tints of Buttered Rum #966B2A

RGB

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

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

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

R = 50.17%
G = 35.79%
B = 14.05%

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

#966B2A (or 0x966B2A) is known color: Buttered Rum. HEX triplet: 96, 6B and 2A. RGB value is (150,107,42). Sum of RGB (Red+Green+Blue) = 150+107+42=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #966B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B2A is #6994D5. Grayscale: #707070. Windows color (decimal): -6919382 or 2780054. OLE color: 2780054.

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

Color convert

RGB 150 107 42 -
CMYK 0 0.29 0.72 0.41
HSL 36.11º 0.56% 0.38% -
HSV(B) 36.11º 0.72% 0.59% -
XYZ 18.25 17.17 4.54 -
YUV 112.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 150 107 42 0 0.29 0.72 0.41 36.11 0.56 0.38
Hex 96 6B 2A 0 1D 48 29 24 38 26
Octal 226 153 52 0 35 110 51 44 70 46
Binary 10010110 1101011 101010 0 11101 1001000 101001 100100 111000 100110

Color Harmonies of #966B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966B2A

Black with #966B2A

Text Example


Text Example

White with #966B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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