Html Css Color HEX #986631 Buttered Rum

📋 copy color: '#986631'

red 152 ◦ green 102 ◦ blue 49

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

Shades of Buttered Rum #986631

Tints of Buttered Rum #986631

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.66%

 BLUE value IS 49 (19.53% from 255) = 16.17%

R = 50.17%
G = 33.66%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#986631 (or 0x986631) is known color: Buttered Rum. HEX triplet: 98, 66 and 31. RGB value is (152,102,49). Sum of RGB (Red+Green+Blue) = 152+102+49=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #986631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986631 is #6799CE. Grayscale: #6F6F6F. Windows color (decimal): -6789583 or 3237528. OLE color: 3237528.

HSL color Cylindrical-coordinate representation of color #986631: hue angle of 30.87º degrees, saturation: 0.51, 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 #986631 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 102 49 -
CMYK 0 0.33 0.68 0.40
HSL 30.87º 0.51% 0.39% -
HSV(B) 30.87º 0.68% 0.6% -
XYZ 18.25 16.4 5.11 -
YUV 110.91 93.07 157.31 -
System Red Green Blue C M Y K H S L
Decimal 152 102 49 0 0.33 0.68 0.40 30.87 0.51 0.39
Hex 98 66 31 0 21 44 28 1F 33 27
Octal 230 146 61 0 41 104 50 37 63 47
Binary 10011000 1100110 110001 0 100001 1000100 101000 11111 110011 100111

Color Harmonies of #986631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986631

Black with #986631

Text Example


Text Example

White with #986631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986631; }

 p { color: rgb(152,102,49); }

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

background-color css

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

 a { background-color: rgb(152,102,49); }

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

border-color css

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

 span { border-color: rgb(152,102,49); }

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