Html Css Color HEX #98662F Buttered Rum

📋 copy color: '#98662F'

red 152 ◦ green 102 ◦ blue 47

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

Shades of Buttered Rum #98662F

Tints of Buttered Rum #98662F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 50.5%
G = 33.89%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#98662F (or 0x98662F) is known color: Buttered Rum. HEX triplet: 98, 66 and 2F. RGB value is (152,102,47). Sum of RGB (Red+Green+Blue) = 152+102+47=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #98662F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98662F is #6799D0. Grayscale: #6E6E6E. Windows color (decimal): -6789585 or 3106456. OLE color: 3106456.

HSL color Cylindrical-coordinate representation of color #98662F: hue angle of 31.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98662F is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 102 47 -
CMYK 0 0.33 0.69 0.40
HSL 31.43º 0.53% 0.39% -
HSV(B) 31.43º 0.69% 0.6% -
XYZ 18.21 16.38 4.89 -
YUV 110.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 152 102 47 0 0.33 0.69 0.40 31.43 0.53 0.39
Hex 98 66 2F 0 21 45 28 1F 35 27
Octal 230 146 57 0 41 105 50 37 65 47
Binary 10011000 1100110 101111 0 100001 1000101 101000 11111 110101 100111

Color Harmonies of #98662F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98662F

Black with #98662F

Text Example


Text Example

White with #98662F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98662F; }

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

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

background-color css

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

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

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

border-color css

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

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

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