Html Css Color HEX #96682A Buttered Rum

📋 copy color: '#96682A'

red 150 ◦ green 104 ◦ blue 42

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

Shades of Buttered Rum #96682A

Tints of Buttered Rum #96682A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.14%

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

R = 50.68%
G = 35.14%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#96682A (or 0x96682A) is known color: Buttered Rum. HEX triplet: 96, 68 and 2A. RGB value is (150,104,42). Sum of RGB (Red+Green+Blue) = 150+104+42=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96682A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96682A is #6997D5. Grayscale: #6E6E6E. Windows color (decimal): -6920150 or 2779286. OLE color: 2779286.

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

Color convert

RGB 150 104 42 -
CMYK 0 0.31 0.72 0.41
HSL 34.44º 0.56% 0.38% -
HSV(B) 34.44º 0.72% 0.59% -
XYZ 17.95 16.55 4.44 -
YUV 110.69 89.24 156.04 -
System Red Green Blue C M Y K H S L
Decimal 150 104 42 0 0.31 0.72 0.41 34.44 0.56 0.38
Hex 96 68 2A 0 1F 48 29 22 38 26
Octal 226 150 52 0 37 110 51 42 70 46
Binary 10010110 1101000 101010 0 11111 1001000 101001 100010 111000 100110

Color Harmonies of #96682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96682A

Black with #96682A

Text Example


Text Example

White with #96682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96682A; }

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

 H1.HeaderClassName
 {
   color: #96682A;
 }
 .AnyTagClassName
 {
   color: #96682A;
 }
</style>

background-color css

<style>
 a { background-color: #96682A; }

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

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

border-color css

<style>
 span { border-color: #96682A; }

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

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