Html Css Color HEX #986A26 Buttered Rum

📋 copy color: '#986A26'

red 152 ◦ green 106 ◦ blue 38

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

Shades of Buttered Rum #986A26

Tints of Buttered Rum #986A26

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.81%

 BLUE value IS 38 (15.23% from 255) = 12.84%

R = 51.35%
G = 35.81%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#986A26 (or 0x986A26) is known color: Buttered Rum. HEX triplet: 98, 6A and 26. RGB value is (152,106,38). Sum of RGB (Red+Green+Blue) = 152+106+38=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #986A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986A26 is #6795D9. Grayscale: #707070. Windows color (decimal): -6788570 or 2517656. OLE color: 2517656.

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

Color convert

RGB 152 106 38 -
CMYK 0 0.30 0.75 0.40
HSL 35.79º 0.6% 0.37% -
HSV(B) 35.79º 0.75% 0.6% -
XYZ 18.45 17.12 4.17 -
YUV 112 86.24 156.53 -
System Red Green Blue C M Y K H S L
Decimal 152 106 38 0 0.30 0.75 0.40 35.79 0.6 0.37
Hex 98 6A 26 0 1E 4B 28 24 3C 25
Octal 230 152 46 0 36 113 50 44 74 45
Binary 10011000 1101010 100110 0 11110 1001011 101000 100100 111100 100101

Color Harmonies of #986A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986A26

Black with #986A26

Text Example


Text Example

White with #986A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,106,38); }

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

background-color css

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

 a { background-color: rgb(152,106,38); }

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

border-color css

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

 span { border-color: rgb(152,106,38); }

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