Html Css Color HEX #99692F Buttered Rum

📋 copy color: '#99692F'

red 153 ◦ green 105 ◦ blue 47

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

Shades of Buttered Rum #99692F

Tints of Buttered Rum #99692F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.43%

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

R = 50.16%
G = 34.43%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#99692F (or 0x99692F) is known color: Buttered Rum. HEX triplet: 99, 69 and 2F. RGB value is (153,105,47). Sum of RGB (Red+Green+Blue) = 153+105+47=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #99692F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99692F is #6696D0. Grayscale: #717171. Windows color (decimal): -6723281 or 3107225. OLE color: 3107225.

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

Color convert

RGB 153 105 47 -
CMYK 0 0.31 0.69 0.4
HSL 32.83º 0.53% 0.39% -
HSV(B) 32.83º 0.69% 0.6% -
XYZ 18.7 17.08 5 -
YUV 112.74 90.9 156.72 -
System Red Green Blue C M Y K H S L
Decimal 153 105 47 0 0.31 0.69 0.4 32.83 0.53 0.39
Hex 99 69 2F 0 1F 45 28 21 35 27
Octal 231 151 57 0 37 105 50 41 65 47
Binary 10011001 1101001 101111 0 11111 1000101 101000 100001 110101 100111

Color Harmonies of #99692F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99692F

Black with #99692F

Text Example


Text Example

White with #99692F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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