Html Css Color HEX #986630 Buttered Rum

📋 copy color: '#986630'

red 152 ◦ green 102 ◦ blue 48

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

Shades of Buttered Rum #986630

Tints of Buttered Rum #986630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.77%

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

R = 50.33%
G = 33.77%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#986630 (or 0x986630) is known color: Buttered Rum. HEX triplet: 98, 66 and 30. RGB value is (152,102,48). Sum of RGB (Red+Green+Blue) = 152+102+48=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #986630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986630 is #6799CF. Grayscale: #6F6F6F. Windows color (decimal): -6789584 or 3171992. OLE color: 3171992.

HSL color Cylindrical-coordinate representation of color #986630: hue angle of 31.15º 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 #986630 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 102 48 -
CMYK 0 0.33 0.68 0.40
HSL 31.15º 0.52% 0.39% -
HSV(B) 31.15º 0.68% 0.6% -
XYZ 18.23 16.39 5 -
YUV 110.79 92.57 157.39 -
System Red Green Blue C M Y K H S L
Decimal 152 102 48 0 0.33 0.68 0.40 31.15 0.52 0.39
Hex 98 66 30 0 21 44 28 1F 34 27
Octal 230 146 60 0 41 104 50 37 64 47
Binary 10011000 1100110 110000 0 100001 1000100 101000 11111 110100 100111

Color Harmonies of #986630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986630

Black with #986630

Text Example


Text Example

White with #986630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986630; }

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

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

background-color css

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

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

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

border-color css

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

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

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