Html Css Color HEX #96703A Buttered Rum

📋 copy color: '#96703A'

red 150 ◦ green 112 ◦ blue 58

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

Shades of Buttered Rum #96703A

Tints of Buttered Rum #96703A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35%

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

R = 46.88%
G = 35%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96703A (or 0x96703A) is known color: Buttered Rum. HEX triplet: 96, 70 and 3A. RGB value is (150,112,58). Sum of RGB (Red+Green+Blue) = 150+112+58=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #96703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96703A is #698FC5. Grayscale: #757575. Windows color (decimal): -6918086 or 3829910. OLE color: 3829910.

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

Color convert

RGB 150 112 58 -
CMYK 0 0.25 0.61 0.41
HSL 35.22º 0.44% 0.41% -
HSV(B) 35.22º 0.61% 0.59% -
XYZ 19.14 18.38 6.54 -
YUV 117.21 94.59 151.39 -
System Red Green Blue C M Y K H S L
Decimal 150 112 58 0 0.25 0.61 0.41 35.22 0.44 0.41
Hex 96 70 3A 0 19 3D 29 23 2C 29
Octal 226 160 72 0 31 75 51 43 54 51
Binary 10010110 1110000 111010 0 11001 111101 101001 100011 101100 101001

Color Harmonies of #96703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96703A

Black with #96703A

Text Example


Text Example

White with #96703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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