#98672A

Color #98672A Buttered Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttered Rum #98672A

Tints of Buttered Rum #98672A

Color information

#98672A (or 0x98672A) is unknown color: approx Buttered Rum. HEX triplet: 98, 67 and 2A. RGB value is (152,103,42). Sum of RGB (Red+Green+Blue) = 152+103+42=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98672A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98672A is #6798D5. Grayscale: #6E6E6E. Windows color (decimal): -6789334 or 2779032. OLE color: 2779032.

HSL color Cylindrical-coordinate representation of color #98672A: hue angle of 33.27º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98672A is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB15210342-
CMYK00.320.720.40
HSL33.27º56.7%38.04%-
HSV(B)33.27º72.37%59.61%-
XYZ18.2216.544.42-
YUV110.789.23157.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.18%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 42 (16.80% from 255) = 14.14%
R=51.18%
G=34.68%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521034200.320.720.4033.2756.738.04
Hex98672A0204828213926
Octal2301475204011050417146
Binary10011000110011110101001000001001000101000100001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98672A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98672A; }

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

 H1.HeaderClassName
 {
   color: #98672A;
 }
 .AnyTagClassName
 {
   color: #98672A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #98672A;
 }
 .BgClassName
 {
   background-color: #98672A;
 }
</style>
border-color css

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

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

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