Html Css Color HEX #986830 Buttered Rum

📋 copy color: '#986830'

red 152 ◦ green 104 ◦ blue 48

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

Shades of Buttered Rum #986830

Tints of Buttered Rum #986830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.21%

 BLUE value IS 48 (19.14% from 255) = 15.79%

R = 50%
G = 34.21%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#986830 (or 0x986830) is known color: Buttered Rum. HEX triplet: 98, 68 and 30. RGB value is (152,104,48). Sum of RGB (Red+Green+Blue) = 152+104+48=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #986830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986830 is #6797CF. Grayscale: #707070. Windows color (decimal): -6789072 or 3172504. OLE color: 3172504.

HSL color Cylindrical-coordinate representation of color #986830: hue angle of 32.31º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #986830 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 104 48 -
CMYK 0 0.32 0.68 0.40
HSL 32.31º 0.52% 0.39% -
HSV(B) 32.31º 0.68% 0.6% -
XYZ 18.43 16.79 5.07 -
YUV 111.97 91.9 156.55 -
System Red Green Blue C M Y K H S L
Decimal 152 104 48 0 0.32 0.68 0.40 32.31 0.52 0.39
Hex 98 68 30 0 20 44 28 20 34 27
Octal 230 150 60 0 40 104 50 40 64 47
Binary 10011000 1101000 110000 0 100000 1000100 101000 100000 110100 100111

Color Harmonies of #986830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986830

Black with #986830

Text Example


Text Example

White with #986830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986830; }

 p { color: rgb(152,104,48); }

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

background-color css

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

 a { background-color: rgb(152,104,48); }

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

border-color css

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

 span { border-color: rgb(152,104,48); }

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