Html Css Color HEX #98713D Buttered Rum

📋 copy color: '#98713D'

red 152 ◦ green 113 ◦ blue 61

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

Shades of Buttered Rum #98713D

Tints of Buttered Rum #98713D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.66%

 BLUE value IS 61 (24.22% from 255) = 18.71%

R = 46.63%
G = 34.66%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#98713D (or 0x98713D) is known color: Buttered Rum. HEX triplet: 98, 71 and 3D. RGB value is (152,113,61). Sum of RGB (Red+Green+Blue) = 152+113+61=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98713D is #678EC2. Grayscale: #767676. Windows color (decimal): -6786755 or 4026776. OLE color: 4026776.

HSL color Cylindrical-coordinate representation of color #98713D: hue angle of 34.29º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98713D is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 113 61 -
CMYK 0 0.26 0.60 0.40
HSL 34.29º 0.43% 0.42% -
HSV(B) 34.29º 0.6% 0.6% -
XYZ 19.7 18.82 7.01 -
YUV 118.73 95.42 151.73 -
System Red Green Blue C M Y K H S L
Decimal 152 113 61 0 0.26 0.60 0.40 34.29 0.43 0.42
Hex 98 71 3D 0 1A 3C 28 22 2B 2A
Octal 230 161 75 0 32 74 50 42 53 52
Binary 10011000 1110001 111101 0 11010 111100 101000 100010 101011 101010

Color Harmonies of #98713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98713D

Black with #98713D

Text Example


Text Example

White with #98713D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98713D; }

 p { color: rgb(152,113,61); }

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

background-color css

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

 a { background-color: rgb(152,113,61); }

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

border-color css

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

 span { border-color: rgb(152,113,61); }

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