Html Css Color HEX #986729 Buttered Rum

📋 copy color: '#986729'

red 152 ◦ green 103 ◦ blue 41

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

Shades of Buttered Rum #986729

Tints of Buttered Rum #986729

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.8%

 BLUE value IS 41 (16.41% from 255) = 13.85%

R = 51.35%
G = 34.8%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#986729 (or 0x986729) is known color: Buttered Rum. HEX triplet: 98, 67 and 29. RGB value is (152,103,41). Sum of RGB (Red+Green+Blue) = 152+103+41=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #986729 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986729 is #6798D6. Grayscale: #6E6E6E. Windows color (decimal): -6789335 or 2713496. OLE color: 2713496.

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

Color convert

RGB 152 103 41 -
CMYK 0 0.32 0.73 0.40
HSL 33.51º 0.58% 0.38% -
HSV(B) 33.51º 0.73% 0.6% -
XYZ 18.2 16.54 4.33 -
YUV 110.58 88.73 157.54 -
System Red Green Blue C M Y K H S L
Decimal 152 103 41 0 0.32 0.73 0.40 33.51 0.58 0.38
Hex 98 67 29 0 20 49 28 22 3A 26
Octal 230 147 51 0 40 111 50 42 72 46
Binary 10011000 1100111 101001 0 100000 1001001 101000 100010 111010 100110

Color Harmonies of #986729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986729

Black with #986729

Text Example


Text Example

White with #986729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986729; }

 p { color: rgb(152,103,41); }

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

background-color css

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

 a { background-color: rgb(152,103,41); }

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

border-color css

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

 span { border-color: rgb(152,103,41); }

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