Html Css Color HEX #99672E Buttered Rum

📋 copy color: '#99672E'

red 153 ◦ green 103 ◦ blue 46

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

Shades of Buttered Rum #99672E

Tints of Buttered Rum #99672E

RGB

 RED value IS 153 (60.16% from 255) = 50.66%

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

 BLUE value IS 46 (18.36% from 255) = 15.23%

R = 50.66%
G = 34.11%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#99672E (or 0x99672E) is known color: Buttered Rum. HEX triplet: 99, 67 and 2E. RGB value is (153,103,46). Sum of RGB (Red+Green+Blue) = 153+103+46=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #99672E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99672E is #6698D1. Grayscale: #6F6F6F. Windows color (decimal): -6723794 or 3041177. OLE color: 3041177.

HSL color Cylindrical-coordinate representation of color #99672E: hue angle of 31.96º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99672E is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 103 46 -
CMYK 0 0.33 0.70 0.4
HSL 31.96º 0.54% 0.39% -
HSV(B) 31.96º 0.7% 0.6% -
XYZ 18.48 16.67 4.83 -
YUV 111.45 91.07 157.63 -
System Red Green Blue C M Y K H S L
Decimal 153 103 46 0 0.33 0.70 0.4 31.96 0.54 0.39
Hex 99 67 2E 0 21 46 28 20 36 27
Octal 231 147 56 0 41 106 50 40 66 47
Binary 10011001 1100111 101110 0 100001 1000110 101000 100000 110110 100111

Color Harmonies of #99672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99672E

Black with #99672E

Text Example


Text Example

White with #99672E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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