Html Css Color HEX #986C32 Buttered Rum

📋 copy color: '#986C32'

red 152 ◦ green 108 ◦ blue 50

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

Shades of Buttered Rum #986C32

Tints of Buttered Rum #986C32

RGB

 RED value IS 152 (59.77% from 255) = 49.03%

 GREEN value IS 108 (42.58% from 255) = 34.84%

 BLUE value IS 50 (19.92% from 255) = 16.13%

R = 49.03%
G = 34.84%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#986C32 (or 0x986C32) is known color: Buttered Rum. HEX triplet: 98, 6C and 32. RGB value is (152,108,50). Sum of RGB (Red+Green+Blue) = 152+108+50=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #986C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C32 is #6793CD. Grayscale: #727272. Windows color (decimal): -6788046 or 3304600. OLE color: 3304600.

HSL color Cylindrical-coordinate representation of color #986C32: hue angle of 34.12º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #986C32 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 108 50 -
CMYK 0 0.29 0.67 0.40
HSL 34.12º 0.5% 0.4% -
HSV(B) 34.12º 0.67% 0.6% -
XYZ 18.89 17.63 5.43 -
YUV 114.54 91.58 154.72 -
System Red Green Blue C M Y K H S L
Decimal 152 108 50 0 0.29 0.67 0.40 34.12 0.5 0.4
Hex 98 6C 32 0 1D 43 28 22 32 28
Octal 230 154 62 0 35 103 50 42 62 50
Binary 10011000 1101100 110010 0 11101 1000011 101000 100010 110010 101000

Color Harmonies of #986C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986C32

Black with #986C32

Text Example


Text Example

White with #986C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986C32; }

 p { color: rgb(152,108,50); }

 H1.HeaderClassName
 {
   color: #986C32;
 }
 .AnyTagClassName
 {
   color: #986C32;
 }
</style>

background-color css

<style>
 a { background-color: #986C32; }

 a { background-color: rgb(152,108,50); }

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

border-color css

<style>
 span { border-color: #986C32; }

 span { border-color: rgb(152,108,50); }

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