Html Css Color HEX #96743D Buttered Rum

📋 copy color: '#96743D'

red 150 ◦ green 116 ◦ blue 61

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

Shades of Buttered Rum #96743D

Tints of Buttered Rum #96743D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.65%

R = 45.87%
G = 35.47%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96743D (or 0x96743D) is known color: Buttered Rum. HEX triplet: 96, 74 and 3D. RGB value is (150,116,61). Sum of RGB (Red+Green+Blue) = 150+116+61=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96743D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96743D is #698BC2. Grayscale: #787878. Windows color (decimal): -6917059 or 4027542. OLE color: 4027542.

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

Color convert

RGB 150 116 61 -
CMYK 0 0.23 0.59 0.41
HSL 37.08º 0.42% 0.41% -
HSV(B) 37.08º 0.59% 0.59% -
XYZ 19.67 19.31 7.11 -
YUV 119.9 94.76 149.47 -
System Red Green Blue C M Y K H S L
Decimal 150 116 61 0 0.23 0.59 0.41 37.08 0.42 0.41
Hex 96 74 3D 0 17 3B 29 25 2A 29
Octal 226 164 75 0 27 73 51 45 52 51
Binary 10010110 1110100 111101 0 10111 111011 101001 100101 101010 101001

Color Harmonies of #96743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96743D

Black with #96743D

Text Example


Text Example

White with #96743D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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