Html Css Color HEX #986F32 Buttered Rum

📋 copy color: '#986F32'

red 152 ◦ green 111 ◦ blue 50

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

Shades of Buttered Rum #986F32

Tints of Buttered Rum #986F32

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.46%

 BLUE value IS 50 (19.92% from 255) = 15.97%

R = 48.56%
G = 35.46%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#986F32 (or 0x986F32) is known color: Buttered Rum. HEX triplet: 98, 6F and 32. RGB value is (152,111,50). Sum of RGB (Red+Green+Blue) = 152+111+50=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #986F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F32 is #6790CD. Grayscale: #747474. Windows color (decimal): -6787278 or 3305368. OLE color: 3305368.

HSL color Cylindrical-coordinate representation of color #986F32: hue angle of 35.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #986F32 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 111 50 -
CMYK 0 0.27 0.67 0.40
HSL 35.88º 0.5% 0.4% -
HSV(B) 35.88º 0.67% 0.6% -
XYZ 19.21 18.27 5.53 -
YUV 116.31 90.58 153.46 -
System Red Green Blue C M Y K H S L
Decimal 152 111 50 0 0.27 0.67 0.40 35.88 0.5 0.4
Hex 98 6F 32 0 1B 43 28 24 32 28
Octal 230 157 62 0 33 103 50 44 62 50
Binary 10011000 1101111 110010 0 11011 1000011 101000 100100 110010 101000

Color Harmonies of #986F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F32

Black with #986F32

Text Example


Text Example

White with #986F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986F32; }

 p { color: rgb(152,111,50); }

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

background-color css

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

 a { background-color: rgb(152,111,50); }

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

border-color css

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

 span { border-color: rgb(152,111,50); }

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