Html Css Color HEX #96743B Buttered Rum

📋 copy color: '#96743B'

red 150 ◦ green 116 ◦ blue 59

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

Shades of Buttered Rum #96743B

Tints of Buttered Rum #96743B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.69%

 BLUE value IS 59 (23.44% from 255) = 18.15%

R = 46.15%
G = 35.69%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96743B (or 0x96743B) is known color: Buttered Rum. HEX triplet: 96, 74 and 3B. RGB value is (150,116,59). Sum of RGB (Red+Green+Blue) = 150+116+59=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96743B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96743B is #698BC4. Grayscale: #777777. Windows color (decimal): -6917061 or 3896470. OLE color: 3896470.

HSL color Cylindrical-coordinate representation of color #96743B: hue angle of 37.58º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96743B is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 116 59 -
CMYK 0 0.23 0.61 0.41
HSL 37.58º 0.44% 0.41% -
HSV(B) 37.58º 0.61% 0.59% -
XYZ 19.61 19.29 6.83 -
YUV 119.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 150 116 59 0 0.23 0.61 0.41 37.58 0.44 0.41
Hex 96 74 3B 0 17 3D 29 26 2C 29
Octal 226 164 73 0 27 75 51 46 54 51
Binary 10010110 1110100 111011 0 10111 111101 101001 100110 101100 101001

Color Harmonies of #96743B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96743B

Black with #96743B

Text Example


Text Example

White with #96743B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96743B; }

 p { color: rgb(150,116,59); }

 H1.HeaderClassName
 {
   color: #96743B;
 }
 .AnyTagClassName
 {
   color: #96743B;
 }
</style>

background-color css

<style>
 a { background-color: #96743B; }

 a { background-color: rgb(150,116,59); }

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

border-color css

<style>
 span { border-color: #96743B; }

 span { border-color: rgb(150,116,59); }

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