Html Css Color HEX #986928 Buttered Rum

📋 copy color: '#986928'

red 152 ◦ green 105 ◦ blue 40

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

Shades of Buttered Rum #986928

Tints of Buttered Rum #986928

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.35%

 BLUE value IS 40 (16.02% from 255) = 13.47%

R = 51.18%
G = 35.35%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#986928 (or 0x986928) is known color: Buttered Rum. HEX triplet: 98, 69 and 28. RGB value is (152,105,40). Sum of RGB (Red+Green+Blue) = 152+105+40=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #986928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986928 is #6796D7. Grayscale: #6F6F6F. Windows color (decimal): -6788824 or 2648472. OLE color: 2648472.

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

Color convert

RGB 152 105 40 -
CMYK 0 0.31 0.74 0.40
HSL 34.82º 0.58% 0.38% -
HSV(B) 34.82º 0.74% 0.6% -
XYZ 18.38 16.93 4.31 -
YUV 111.64 87.57 156.79 -
System Red Green Blue C M Y K H S L
Decimal 152 105 40 0 0.31 0.74 0.40 34.82 0.58 0.38
Hex 98 69 28 0 1F 4A 28 23 3A 26
Octal 230 151 50 0 37 112 50 43 72 46
Binary 10011000 1101001 101000 0 11111 1001010 101000 100011 111010 100110

Color Harmonies of #986928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986928

Black with #986928

Text Example


Text Example

White with #986928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986928; }

 p { color: rgb(152,105,40); }

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

background-color css

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

 a { background-color: rgb(152,105,40); }

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

border-color css

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

 span { border-color: rgb(152,105,40); }

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