Html Css Color HEX #986824 Buttered Rum

📋 copy color: '#986824'

red 152 ◦ green 104 ◦ blue 36

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

Shades of Buttered Rum #986824

Tints of Buttered Rum #986824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.33%

R = 52.05%
G = 35.62%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#986824 (or 0x986824) is known color: Buttered Rum. HEX triplet: 98, 68 and 24. RGB value is (152,104,36). Sum of RGB (Red+Green+Blue) = 152+104+36=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #986824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986824 is #6797DB. Grayscale: #6E6E6E. Windows color (decimal): -6789084 or 2386072. OLE color: 2386072.

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

Color convert

RGB 152 104 36 -
CMYK 0 0.32 0.76 0.40
HSL 35.17º 0.62% 0.37% -
HSV(B) 35.17º 0.76% 0.6% -
XYZ 18.22 16.7 3.93 -
YUV 110.6 85.9 157.53 -
System Red Green Blue C M Y K H S L
Decimal 152 104 36 0 0.32 0.76 0.40 35.17 0.62 0.37
Hex 98 68 24 0 20 4C 28 23 3E 25
Octal 230 150 44 0 40 114 50 43 76 45
Binary 10011000 1101000 100100 0 100000 1001100 101000 100011 111110 100101

Color Harmonies of #986824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986824

Black with #986824

Text Example


Text Example

White with #986824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986824; }

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

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

background-color css

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

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

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

border-color css

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

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

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