Html Css Color HEX #96723C Buttered Rum

📋 copy color: '#96723C'

red 150 ◦ green 114 ◦ blue 60

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

Shades of Buttered Rum #96723C

Tints of Buttered Rum #96723C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.52%

R = 46.3%
G = 35.19%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#96723C (or 0x96723C) is known color: Buttered Rum. HEX triplet: 96, 72 and 3C. RGB value is (150,114,60). Sum of RGB (Red+Green+Blue) = 150+114+60=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #96723C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96723C is #698DC3. Grayscale: #767676. Windows color (decimal): -6917572 or 3961494. OLE color: 3961494.

HSL color Cylindrical-coordinate representation of color #96723C: hue angle of 36º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96723C is Cyan = 0, Magento = 0.24, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 114 60 -
CMYK 0 0.24 0.6 0.41
HSL 36º 0.43% 0.41% -
HSV(B) 36º 0.6% 0.59% -
XYZ 19.41 18.84 6.89 -
YUV 118.61 94.93 150.39 -
System Red Green Blue C M Y K H S L
Decimal 150 114 60 0 0.24 0.6 0.41 36 0.43 0.41
Hex 96 72 3C 0 18 3C 29 24 2B 29
Octal 226 162 74 0 30 74 51 44 53 51
Binary 10010110 1110010 111100 0 11000 111100 101001 100100 101011 101001

Color Harmonies of #96723C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96723C

Black with #96723C

Text Example


Text Example

White with #96723C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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