Html Css Color HEX #986C34 Buttered Rum

📋 copy color: '#986C34'

red 152 ◦ green 108 ◦ blue 52

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

Shades of Buttered Rum #986C34

Tints of Buttered Rum #986C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.67%

R = 48.72%
G = 34.62%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#986C34 (or 0x986C34) is known color: Buttered Rum. HEX triplet: 98, 6C and 34. RGB value is (152,108,52). Sum of RGB (Red+Green+Blue) = 152+108+52=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #986C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C34 is #6793CB. Grayscale: #737373. Windows color (decimal): -6788044 or 3435672. OLE color: 3435672.

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

Color convert

RGB 152 108 52 -
CMYK 0 0.29 0.66 0.40
HSL 33.6º 0.49% 0.4% -
HSV(B) 33.6º 0.66% 0.6% -
XYZ 18.93 17.65 5.66 -
YUV 114.77 92.58 154.55 -
System Red Green Blue C M Y K H S L
Decimal 152 108 52 0 0.29 0.66 0.40 33.6 0.49 0.4
Hex 98 6C 34 0 1D 42 28 22 31 28
Octal 230 154 64 0 35 102 50 42 61 50
Binary 10011000 1101100 110100 0 11101 1000010 101000 100010 110001 101000

Color Harmonies of #986C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986C34

Black with #986C34

Text Example


Text Example

White with #986C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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