Html Css Color HEX #96703D Buttered Rum

📋 copy color: '#96703D'

red 150 ◦ green 112 ◦ blue 61

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

Shades of Buttered Rum #96703D

Tints of Buttered Rum #96703D

RGB

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

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

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

R = 46.44%
G = 34.67%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96703D (or 0x96703D) is known color: Buttered Rum. HEX triplet: 96, 70 and 3D. RGB value is (150,112,61). Sum of RGB (Red+Green+Blue) = 150+112+61=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #96703D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96703D is #698FC2. Grayscale: #757575. Windows color (decimal): -6918083 or 4026518. OLE color: 4026518.

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

Color convert

RGB 150 112 61 -
CMYK 0 0.25 0.59 0.41
HSL 34.38º 0.42% 0.41% -
HSV(B) 34.38º 0.59% 0.59% -
XYZ 19.21 18.41 6.96 -
YUV 117.55 96.09 151.15 -
System Red Green Blue C M Y K H S L
Decimal 150 112 61 0 0.25 0.59 0.41 34.38 0.42 0.41
Hex 96 70 3D 0 19 3B 29 22 2A 29
Octal 226 160 75 0 31 73 51 42 52 51
Binary 10010110 1110000 111101 0 11001 111011 101001 100010 101010 101001

Color Harmonies of #96703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96703D

Black with #96703D

Text Example


Text Example

White with #96703D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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