Html Css Color HEX #96722B Buttered Rum

📋 copy color: '#96722B'

red 150 ◦ green 114 ◦ blue 43

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

Shades of Buttered Rum #96722B

Tints of Buttered Rum #96722B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.01%

R = 48.86%
G = 37.13%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96722B (or 0x96722B) is known color: Buttered Rum. HEX triplet: 96, 72 and 2B. RGB value is (150,114,43). Sum of RGB (Red+Green+Blue) = 150+114+43=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #96722B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96722B is #698DD4. Grayscale: #747474. Windows color (decimal): -6917589 or 2847382. OLE color: 2847382.

HSL color Cylindrical-coordinate representation of color #96722B: hue angle of 39.81º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96722B is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 114 43 -
CMYK 0 0.24 0.71 0.41
HSL 39.81º 0.55% 0.38% -
HSV(B) 39.81º 0.71% 0.59% -
XYZ 19.03 18.69 4.89 -
YUV 116.67 86.43 151.77 -
System Red Green Blue C M Y K H S L
Decimal 150 114 43 0 0.24 0.71 0.41 39.81 0.55 0.38
Hex 96 72 2B 0 18 47 29 28 37 26
Octal 226 162 53 0 30 107 51 50 67 46
Binary 10010110 1110010 101011 0 11000 1000111 101001 101000 110111 100110

Color Harmonies of #96722B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96722B

Black with #96722B

Text Example


Text Example

White with #96722B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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