Html Css Color HEX #96723A Buttered Rum

📋 copy color: '#96723A'

red 150 ◦ green 114 ◦ blue 58

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

Shades of Buttered Rum #96723A

Tints of Buttered Rum #96723A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.4%

 BLUE value IS 58 (23.05% from 255) = 18.01%

R = 46.58%
G = 35.4%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96723A (or 0x96723A) is known color: Buttered Rum. HEX triplet: 96, 72 and 3A. RGB value is (150,114,58). Sum of RGB (Red+Green+Blue) = 150+114+58=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #96723A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96723A is #698DC5. Grayscale: #767676. Windows color (decimal): -6917574 or 3830422. OLE color: 3830422.

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

Color convert

RGB 150 114 58 -
CMYK 0 0.24 0.61 0.41
HSL 36.52º 0.44% 0.41% -
HSV(B) 36.52º 0.61% 0.59% -
XYZ 19.36 18.82 6.62 -
YUV 118.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 150 114 58 0 0.24 0.61 0.41 36.52 0.44 0.41
Hex 96 72 3A 0 18 3D 29 25 2C 29
Octal 226 162 72 0 30 75 51 45 54 51
Binary 10010110 1110010 111010 0 11000 111101 101001 100101 101100 101001

Color Harmonies of #96723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96723A

Black with #96723A

Text Example


Text Example

White with #96723A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,114,58); }

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

background-color css

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

 a { background-color: rgb(150,114,58); }

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

border-color css

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

 span { border-color: rgb(150,114,58); }

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