Html Css Color HEX #96682C Buttered Rum

📋 copy color: '#96682C'

red 150 ◦ green 104 ◦ blue 44

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

Shades of Buttered Rum #96682C

Tints of Buttered Rum #96682C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.77%

R = 50.34%
G = 34.9%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96682C (or 0x96682C) is known color: Buttered Rum. HEX triplet: 96, 68 and 2C. RGB value is (150,104,44). Sum of RGB (Red+Green+Blue) = 150+104+44=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #96682C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96682C is #6997D3. Grayscale: #6F6F6F. Windows color (decimal): -6920148 or 2910358. OLE color: 2910358.

HSL color Cylindrical-coordinate representation of color #96682C: hue angle of 33.96º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96682C is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 44 -
CMYK 0 0.31 0.71 0.41
HSL 33.96º 0.55% 0.38% -
HSV(B) 33.96º 0.71% 0.59% -
XYZ 17.98 16.57 4.63 -
YUV 110.91 90.24 155.88 -
System Red Green Blue C M Y K H S L
Decimal 150 104 44 0 0.31 0.71 0.41 33.96 0.55 0.38
Hex 96 68 2C 0 1F 47 29 22 37 26
Octal 226 150 54 0 37 107 51 42 67 46
Binary 10010110 1101000 101100 0 11111 1000111 101001 100010 110111 100110

Color Harmonies of #96682C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96682C

Black with #96682C

Text Example


Text Example

White with #96682C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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