Html Css Color HEX #98702E Buttered Rum

📋 copy color: '#98702E'

red 152 ◦ green 112 ◦ blue 46

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

Shades of Buttered Rum #98702E

Tints of Buttered Rum #98702E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.13%

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 49.03%
G = 36.13%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#98702E (or 0x98702E) is known color: Buttered Rum. HEX triplet: 98, 70 and 2E. RGB value is (152,112,46). Sum of RGB (Red+Green+Blue) = 152+112+46=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98702E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98702E is #678FD1. Grayscale: #747474. Windows color (decimal): -6787026 or 3043480. OLE color: 3043480.

HSL color Cylindrical-coordinate representation of color #98702E: hue angle of 37.36º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98702E is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 46 -
CMYK 0 0.26 0.70 0.40
HSL 37.36º 0.54% 0.39% -
HSV(B) 37.36º 0.7% 0.6% -
XYZ 19.24 18.46 5.13 -
YUV 116.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 152 112 46 0 0.26 0.70 0.40 37.36 0.54 0.39
Hex 98 70 2E 0 1A 46 28 25 36 27
Octal 230 160 56 0 32 106 50 45 66 47
Binary 10011000 1110000 101110 0 11010 1000110 101000 100101 110110 100111

Color Harmonies of #98702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98702E

Black with #98702E

Text Example


Text Example

White with #98702E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98702E; }

 p { color: rgb(152,112,46); }

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

background-color css

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

 a { background-color: rgb(152,112,46); }

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

border-color css

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

 span { border-color: rgb(152,112,46); }

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