Html Css Color HEX #96702C Buttered Rum

📋 copy color: '#96702C'

red 150 ◦ green 112 ◦ blue 44

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

Shades of Buttered Rum #96702C

Tints of Buttered Rum #96702C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.38%

R = 49.02%
G = 36.6%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96702C (or 0x96702C) is known color: Buttered Rum. HEX triplet: 96, 70 and 2C. RGB value is (150,112,44). Sum of RGB (Red+Green+Blue) = 150+112+44=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #96702C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96702C is #698FD3. Grayscale: #737373. Windows color (decimal): -6918100 or 2912406. OLE color: 2912406.

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

Color convert

RGB 150 112 44 -
CMYK 0 0.25 0.71 0.41
HSL 38.49º 0.55% 0.38% -
HSV(B) 38.49º 0.71% 0.59% -
XYZ 18.83 18.25 4.91 -
YUV 115.61 87.59 152.53 -
System Red Green Blue C M Y K H S L
Decimal 150 112 44 0 0.25 0.71 0.41 38.49 0.55 0.38
Hex 96 70 2C 0 19 47 29 26 37 26
Octal 226 160 54 0 31 107 51 46 67 46
Binary 10010110 1110000 101100 0 11001 1000111 101001 100110 110111 100110

Color Harmonies of #96702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96702C

Black with #96702C

Text Example


Text Example

White with #96702C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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