Html Css Color HEX #99692B Buttered Rum

📋 copy color: '#99692B'

red 153 ◦ green 105 ◦ blue 43

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

Shades of Buttered Rum #99692B

Tints of Buttered Rum #99692B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 50.83%
G = 34.88%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#99692B (or 0x99692B) is known color: Buttered Rum. HEX triplet: 99, 69 and 2B. RGB value is (153,105,43). Sum of RGB (Red+Green+Blue) = 153+105+43=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99692B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99692B is #6696D4. Grayscale: #707070. Windows color (decimal): -6723285 or 2845081. OLE color: 2845081.

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

Color convert

RGB 153 105 43 -
CMYK 0 0.31 0.72 0.4
HSL 33.82º 0.56% 0.38% -
HSV(B) 33.82º 0.72% 0.6% -
XYZ 18.62 17.05 4.59 -
YUV 112.28 88.9 157.04 -
System Red Green Blue C M Y K H S L
Decimal 153 105 43 0 0.31 0.72 0.4 33.82 0.56 0.38
Hex 99 69 2B 0 1F 48 28 22 38 26
Octal 231 151 53 0 37 110 50 42 70 46
Binary 10011001 1101001 101011 0 11111 1001000 101000 100010 111000 100110

Color Harmonies of #99692B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99692B

Black with #99692B

Text Example


Text Example

White with #99692B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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