#99672A

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

Shades of Buttered Rum #99672A

Tints of Buttered Rum #99672A

Color information

#99672A (or 0x99672A) is unknown color: approx Buttered Rum. HEX triplet: 99, 67 and 2A. RGB value is (153,103,42). Sum of RGB (Red+Green+Blue) = 153+103+42=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99672A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99672A is #6698D5. Grayscale: #6F6F6F. Windows color (decimal): -6723798 or 2779033. OLE color: 2779033.

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

Color convert

RGB15310342-
CMYK00.330.730.4
HSL32.97º56.92%38.24%-
HSV(B)32.97º72.55%60%-
XYZ18.4116.644.43-
YUV11189.06157.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.34%
GREEN value IS 103 (40.62% from 255) = 34.56%
BLUE value IS 42 (16.80% from 255) = 14.09%
R=51.34%
G=34.56%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531034200.330.730.432.9756.9238.24
Hex99672A0214928213926
Octal2311475204111150417146
Binary10011001110011110101001000011001001101000100001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99672A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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