Html Css Color HEX #98743C Buttered Rum

📋 copy color: '#98743C'

red 152 ◦ green 116 ◦ blue 60

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

Shades of Buttered Rum #98743C

Tints of Buttered Rum #98743C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.37%

 BLUE value IS 60 (23.83% from 255) = 18.29%

R = 46.34%
G = 35.37%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#98743C (or 0x98743C) is known color: Buttered Rum. HEX triplet: 98, 74 and 3C. RGB value is (152,116,60). Sum of RGB (Red+Green+Blue) = 152+116+60=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #98743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98743C is #678BC3. Grayscale: #787878. Windows color (decimal): -6785988 or 3962008. OLE color: 3962008.

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

Color convert

RGB 152 116 60 -
CMYK 0 0.24 0.61 0.40
HSL 36.52º 0.43% 0.42% -
HSV(B) 36.52º 0.61% 0.6% -
XYZ 20.01 19.49 6.98 -
YUV 120.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 152 116 60 0 0.24 0.61 0.40 36.52 0.43 0.42
Hex 98 74 3C 0 18 3D 28 25 2B 2A
Octal 230 164 74 0 30 75 50 45 53 52
Binary 10011000 1110100 111100 0 11000 111101 101000 100101 101011 101010

Color Harmonies of #98743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98743C

Black with #98743C

Text Example


Text Example

White with #98743C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98743C; }

 p { color: rgb(152,116,60); }

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

background-color css

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

 a { background-color: rgb(152,116,60); }

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

border-color css

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

 span { border-color: rgb(152,116,60); }

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