Html Css Color HEX #99682F Buttered Rum

📋 copy color: '#99682F'

red 153 ◦ green 104 ◦ blue 47

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

Shades of Buttered Rum #99682F

Tints of Buttered Rum #99682F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.21%

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

R = 50.33%
G = 34.21%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#99682F (or 0x99682F) is known color: Buttered Rum. HEX triplet: 99, 68 and 2F. RGB value is (153,104,47). Sum of RGB (Red+Green+Blue) = 153+104+47=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #99682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99682F is #6697D0. Grayscale: #707070. Windows color (decimal): -6723537 or 3106969. OLE color: 3106969.

HSL color Cylindrical-coordinate representation of color #99682F: hue angle of 32.26º 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 #99682F is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 104 47 -
CMYK 0 0.32 0.69 0.4
HSL 32.26º 0.53% 0.39% -
HSV(B) 32.26º 0.69% 0.6% -
XYZ 18.6 16.88 4.97 -
YUV 112.15 91.23 157.13 -
System Red Green Blue C M Y K H S L
Decimal 153 104 47 0 0.32 0.69 0.4 32.26 0.53 0.39
Hex 99 68 2F 0 20 45 28 20 35 27
Octal 231 150 57 0 40 105 50 40 65 47
Binary 10011001 1101000 101111 0 100000 1000101 101000 100000 110101 100111

Color Harmonies of #99682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99682F

Black with #99682F

Text Example


Text Example

White with #99682F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,104,47); }

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

background-color css

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

 a { background-color: rgb(153,104,47); }

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

border-color css

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

 span { border-color: rgb(153,104,47); }

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