Html Css Color HEX #986730 Buttered Rum

📋 copy color: '#986730'

red 152 ◦ green 103 ◦ blue 48

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

Shades of Buttered Rum #986730

Tints of Buttered Rum #986730

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.99%

 BLUE value IS 48 (19.14% from 255) = 15.84%

R = 50.17%
G = 33.99%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#986730 (or 0x986730) is known color: Buttered Rum. HEX triplet: 98, 67 and 30. RGB value is (152,103,48). Sum of RGB (Red+Green+Blue) = 152+103+48=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #986730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986730 is #6798CF. Grayscale: #6F6F6F. Windows color (decimal): -6789328 or 3172248. OLE color: 3172248.

HSL color Cylindrical-coordinate representation of color #986730: hue angle of 31.73º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #986730 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 103 48 -
CMYK 0 0.32 0.68 0.40
HSL 31.73º 0.52% 0.39% -
HSV(B) 31.73º 0.68% 0.6% -
XYZ 18.33 16.59 5.03 -
YUV 111.38 92.23 156.97 -
System Red Green Blue C M Y K H S L
Decimal 152 103 48 0 0.32 0.68 0.40 31.73 0.52 0.39
Hex 98 67 30 0 20 44 28 20 34 27
Octal 230 147 60 0 40 104 50 40 64 47
Binary 10011000 1100111 110000 0 100000 1000100 101000 100000 110100 100111

Color Harmonies of #986730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986730

Black with #986730

Text Example


Text Example

White with #986730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986730; }

 p { color: rgb(152,103,48); }

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

background-color css

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

 a { background-color: rgb(152,103,48); }

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

border-color css

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

 span { border-color: rgb(152,103,48); }

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