Html Css Color HEX #996827 Buttered Rum

📋 copy color: '#996827'

red 153 ◦ green 104 ◦ blue 39

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

Shades of Buttered Rum #996827

Tints of Buttered Rum #996827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.18%

R = 51.69%
G = 35.14%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#996827 (or 0x996827) is known color: Buttered Rum. HEX triplet: 99, 68 and 27. RGB value is (153,104,39). Sum of RGB (Red+Green+Blue) = 153+104+39=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #996827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996827 is #6697D8. Grayscale: #6F6F6F. Windows color (decimal): -6723545 or 2582681. OLE color: 2582681.

HSL color Cylindrical-coordinate representation of color #996827: hue angle of 34.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #996827 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 104 39 -
CMYK 0 0.32 0.75 0.4
HSL 34.21º 0.59% 0.38% -
HSV(B) 34.21º 0.75% 0.6% -
XYZ 18.45 16.82 4.19 -
YUV 111.24 87.23 157.79 -
System Red Green Blue C M Y K H S L
Decimal 153 104 39 0 0.32 0.75 0.4 34.21 0.59 0.38
Hex 99 68 27 0 20 4B 28 22 3B 26
Octal 231 150 47 0 40 113 50 42 73 46
Binary 10011001 1101000 100111 0 100000 1001011 101000 100010 111011 100110

Color Harmonies of #996827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996827

Black with #996827

Text Example


Text Example

White with #996827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996827; }

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

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

background-color css

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

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

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

border-color css

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

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

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