Html Css Color HEX #96743F Buttered Rum

📋 copy color: '#96743F'

red 150 ◦ green 116 ◦ blue 63

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

Shades of Buttered Rum #96743F

Tints of Buttered Rum #96743F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.15%

R = 45.59%
G = 35.26%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#96743F (or 0x96743F) is known color: Buttered Rum. HEX triplet: 96, 74 and 3F. RGB value is (150,116,63). Sum of RGB (Red+Green+Blue) = 150+116+63=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96743F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96743F is #698BC0. Grayscale: #787878. Windows color (decimal): -6917057 or 4158614. OLE color: 4158614.

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

Color convert

RGB 150 116 63 -
CMYK 0 0.23 0.58 0.41
HSL 36.55º 0.41% 0.42% -
HSV(B) 36.55º 0.58% 0.59% -
XYZ 19.72 19.33 7.4 -
YUV 120.12 95.76 149.31 -
System Red Green Blue C M Y K H S L
Decimal 150 116 63 0 0.23 0.58 0.41 36.55 0.41 0.42
Hex 96 74 3F 0 17 3A 29 25 29 2A
Octal 226 164 77 0 27 72 51 45 51 52
Binary 10010110 1110100 111111 0 10111 111010 101001 100101 101001 101010

Color Harmonies of #96743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96743F

Black with #96743F

Text Example


Text Example

White with #96743F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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