Html Css Color HEX #996830 Buttered Rum

📋 copy color: '#996830'

red 153 ◦ green 104 ◦ blue 48

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

Shades of Buttered Rum #996830

Tints of Buttered Rum #996830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.74%

R = 50.16%
G = 34.1%
B = 15.74%

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

#996830 (or 0x996830) is known color: Buttered Rum. HEX triplet: 99, 68 and 30. RGB value is (153,104,48). Sum of RGB (Red+Green+Blue) = 153+104+48=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #996830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996830 is #6697CF. Grayscale: #707070. Windows color (decimal): -6723536 or 3172505. OLE color: 3172505.

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

Color convert

RGB 153 104 48 -
CMYK 0 0.32 0.69 0.4
HSL 32º 0.52% 0.39% -
HSV(B) 32º 0.69% 0.6% -
XYZ 18.62 16.89 5.07 -
YUV 112.27 91.73 157.05 -
System Red Green Blue C M Y K H S L
Decimal 153 104 48 0 0.32 0.69 0.4 32 0.52 0.39
Hex 99 68 30 0 20 45 28 20 34 27
Octal 231 150 60 0 40 105 50 40 64 47
Binary 10011001 1101000 110000 0 100000 1000101 101000 100000 110100 100111

Color Harmonies of #996830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996830

Black with #996830

Text Example


Text Example

White with #996830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996830; }

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

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

background-color css

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

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

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

border-color css

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

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

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