Html Css Color HEX #99682B Buttered Rum

📋 copy color: '#99682B'

red 153 ◦ green 104 ◦ blue 43

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

Shades of Buttered Rum #99682B

Tints of Buttered Rum #99682B

RGB

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

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

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

R = 51%
G = 34.67%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#99682B (or 0x99682B) is known color: Buttered Rum. HEX triplet: 99, 68 and 2B. RGB value is (153,104,43). Sum of RGB (Red+Green+Blue) = 153+104+43=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #99682B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99682B is #6697D4. Grayscale: #6F6F6F. Windows color (decimal): -6723541 or 2844825. OLE color: 2844825.

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

Color convert

RGB 153 104 43 -
CMYK 0 0.32 0.72 0.4
HSL 33.27º 0.56% 0.38% -
HSV(B) 33.27º 0.72% 0.6% -
XYZ 18.52 16.85 4.56 -
YUV 111.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 153 104 43 0 0.32 0.72 0.4 33.27 0.56 0.38
Hex 99 68 2B 0 20 48 28 21 38 26
Octal 231 150 53 0 40 110 50 41 70 46
Binary 10011001 1101000 101011 0 100000 1001000 101000 100001 111000 100110

Color Harmonies of #99682B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99682B

Black with #99682B

Text Example


Text Example

White with #99682B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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