Html Css Color HEX #986936 Buttered Rum

📋 copy color: '#986936'

red 152 ◦ green 105 ◦ blue 54

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

Shades of Buttered Rum #986936

Tints of Buttered Rum #986936

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.76%

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

R = 48.87%
G = 33.76%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#986936 (or 0x986936) is known color: Buttered Rum. HEX triplet: 98, 69 and 36. RGB value is (152,105,54). Sum of RGB (Red+Green+Blue) = 152+105+54=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #986936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986936 is #6796C9. Grayscale: #717171. Windows color (decimal): -6788810 or 3565976. OLE color: 3565976.

HSL color Cylindrical-coordinate representation of color #986936: hue angle of 31.22º 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 #986936 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 105 54 -
CMYK 0 0.31 0.64 0.40
HSL 31.22º 0.48% 0.4% -
HSV(B) 31.22º 0.64% 0.6% -
XYZ 18.67 17.04 5.8 -
YUV 113.24 94.57 155.65 -
System Red Green Blue C M Y K H S L
Decimal 152 105 54 0 0.31 0.64 0.40 31.22 0.48 0.4
Hex 98 69 36 0 1F 40 28 1F 30 28
Octal 230 151 66 0 37 100 50 37 60 50
Binary 10011000 1101001 110110 0 11111 1000000 101000 11111 110000 101000

Color Harmonies of #986936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986936

Black with #986936

Text Example


Text Example

White with #986936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986936; }

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

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

background-color css

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

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

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

border-color css

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

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

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