Html Css Color HEX #986935 Buttered Rum

📋 copy color: '#986935'

red 152 ◦ green 105 ◦ blue 53

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

Shades of Buttered Rum #986935

Tints of Buttered Rum #986935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.1%

R = 49.03%
G = 33.87%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#986935 (or 0x986935) is known color: Buttered Rum. HEX triplet: 98, 69 and 35. RGB value is (152,105,53). Sum of RGB (Red+Green+Blue) = 152+105+53=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #986935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986935 is #6796CA. Grayscale: #717171. Windows color (decimal): -6788811 or 3500440. OLE color: 3500440.

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

Color convert

RGB 152 105 53 -
CMYK 0 0.31 0.65 0.40
HSL 31.52º 0.48% 0.4% -
HSV(B) 31.52º 0.65% 0.6% -
XYZ 18.64 17.04 5.67 -
YUV 113.13 94.07 155.73 -
System Red Green Blue C M Y K H S L
Decimal 152 105 53 0 0.31 0.65 0.40 31.52 0.48 0.4
Hex 98 69 35 0 1F 41 28 20 30 28
Octal 230 151 65 0 37 101 50 40 60 50
Binary 10011000 1101001 110101 0 11111 1000001 101000 100000 110000 101000

Color Harmonies of #986935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986935

Black with #986935

Text Example


Text Example

White with #986935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986935; }

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

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

background-color css

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

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

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

border-color css

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

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

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