Html Css Color HEX #986B36 Buttered Rum

📋 copy color: '#986B36'

red 152 ◦ green 107 ◦ blue 54

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

Shades of Buttered Rum #986B36

Tints of Buttered Rum #986B36

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.19%

 BLUE value IS 54 (21.48% from 255) = 17.25%

R = 48.56%
G = 34.19%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#986B36 (or 0x986B36) is known color: Buttered Rum. HEX triplet: 98, 6B and 36. RGB value is (152,107,54). Sum of RGB (Red+Green+Blue) = 152+107+54=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #986B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986B36 is #6794C9. Grayscale: #727272. Windows color (decimal): -6788298 or 3566488. OLE color: 3566488.

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

Color convert

RGB 152 107 54 -
CMYK 0 0.30 0.64 0.40
HSL 32.45º 0.48% 0.4% -
HSV(B) 32.45º 0.64% 0.6% -
XYZ 18.87 17.46 5.86 -
YUV 114.41 93.91 154.81 -
System Red Green Blue C M Y K H S L
Decimal 152 107 54 0 0.30 0.64 0.40 32.45 0.48 0.4
Hex 98 6B 36 0 1E 40 28 20 30 28
Octal 230 153 66 0 36 100 50 40 60 50
Binary 10011000 1101011 110110 0 11110 1000000 101000 100000 110000 101000

Color Harmonies of #986B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986B36

Black with #986B36

Text Example


Text Example

White with #986B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,107,54); }

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

background-color css

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

 a { background-color: rgb(152,107,54); }

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

border-color css

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

 span { border-color: rgb(152,107,54); }

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