Html Css Color HEX #986934 Buttered Rum

📋 copy color: '#986934'

red 152 ◦ green 105 ◦ blue 52

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

Shades of Buttered Rum #986934

Tints of Buttered Rum #986934

RGB

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

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

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

R = 49.19%
G = 33.98%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#986934 (or 0x986934) is known color: Buttered Rum. HEX triplet: 98, 69 and 34. RGB value is (152,105,52). Sum of RGB (Red+Green+Blue) = 152+105+52=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #986934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986934 is #6796CB. Grayscale: #717171. Windows color (decimal): -6788812 or 3434904. OLE color: 3434904.

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

Color convert

RGB 152 105 52 -
CMYK 0 0.31 0.66 0.40
HSL 31.8º 0.49% 0.4% -
HSV(B) 31.8º 0.66% 0.6% -
XYZ 18.62 17.03 5.55 -
YUV 113.01 93.57 155.81 -
System Red Green Blue C M Y K H S L
Decimal 152 105 52 0 0.31 0.66 0.40 31.8 0.49 0.4
Hex 98 69 34 0 1F 42 28 20 31 28
Octal 230 151 64 0 37 102 50 40 61 50
Binary 10011000 1101001 110100 0 11111 1000010 101000 100000 110001 101000

Color Harmonies of #986934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986934

Black with #986934

Text Example


Text Example

White with #986934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986934; }

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

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

background-color css

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

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

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

border-color css

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

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

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