Html Css Color HEX #996730 Buttered Rum

📋 copy color: '#996730'

red 153 ◦ green 103 ◦ blue 48

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

Shades of Buttered Rum #996730

Tints of Buttered Rum #996730

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.88%

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

R = 50.33%
G = 33.88%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#996730 (or 0x996730) is known color: Buttered Rum. HEX triplet: 99, 67 and 30. RGB value is (153,103,48). Sum of RGB (Red+Green+Blue) = 153+103+48=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #996730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996730 is #6698CF. Grayscale: #6F6F6F. Windows color (decimal): -6723792 or 3172249. OLE color: 3172249.

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

Color convert

RGB 153 103 48 -
CMYK 0 0.33 0.69 0.4
HSL 31.43º 0.52% 0.39% -
HSV(B) 31.43º 0.69% 0.6% -
XYZ 18.52 16.69 5.04 -
YUV 111.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 153 103 48 0 0.33 0.69 0.4 31.43 0.52 0.39
Hex 99 67 30 0 21 45 28 1F 34 27
Octal 231 147 60 0 41 105 50 37 64 47
Binary 10011001 1100111 110000 0 100001 1000101 101000 11111 110100 100111

Color Harmonies of #996730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996730

Black with #996730

Text Example


Text Example

White with #996730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996730; }

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

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

background-color css

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

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

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

border-color css

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

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

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