Html Css Color HEX #98783C Buttered Rum

📋 copy color: '#98783C'

red 152 ◦ green 120 ◦ blue 60

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

Shades of Buttered Rum #98783C

Tints of Buttered Rum #98783C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.14%

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

R = 45.78%
G = 36.14%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#98783C (or 0x98783C) is known color: Buttered Rum. HEX triplet: 98, 78 and 3C. RGB value is (152,120,60). Sum of RGB (Red+Green+Blue) = 152+120+60=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #98783C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98783C is #6787C3. Grayscale: #7B7B7B. Windows color (decimal): -6784964 or 3963032. OLE color: 3963032.

HSL color Cylindrical-coordinate representation of color #98783C: hue angle of 39.13º 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 #98783C is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 120 60 -
CMYK 0 0.21 0.61 0.40
HSL 39.13º 0.43% 0.42% -
HSV(B) 39.13º 0.61% 0.6% -
XYZ 20.48 20.43 7.14 -
YUV 122.73 92.6 148.88 -
System Red Green Blue C M Y K H S L
Decimal 152 120 60 0 0.21 0.61 0.40 39.13 0.43 0.42
Hex 98 78 3C 0 15 3D 28 27 2B 2A
Octal 230 170 74 0 25 75 50 47 53 52
Binary 10011000 1111000 111100 0 10101 111101 101000 100111 101011 101010

Color Harmonies of #98783C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98783C

Black with #98783C

Text Example


Text Example

White with #98783C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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