Html Css Color HEX #996727 Buttered Rum

📋 copy color: '#996727'

red 153 ◦ green 103 ◦ blue 39

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

Shades of Buttered Rum #996727

Tints of Buttered Rum #996727

RGB

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

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

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

R = 51.86%
G = 34.92%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#996727 (or 0x996727) is known color: Buttered Rum. HEX triplet: 99, 67 and 27. RGB value is (153,103,39). Sum of RGB (Red+Green+Blue) = 153+103+39=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #996727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996727 is #6698D8. Grayscale: #6E6E6E. Windows color (decimal): -6723801 or 2582425. OLE color: 2582425.

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

Color convert

RGB 153 103 39 -
CMYK 0 0.33 0.75 0.4
HSL 33.68º 0.59% 0.38% -
HSV(B) 33.68º 0.75% 0.6% -
XYZ 18.35 16.62 4.16 -
YUV 110.65 87.57 158.2 -
System Red Green Blue C M Y K H S L
Decimal 153 103 39 0 0.33 0.75 0.4 33.68 0.59 0.38
Hex 99 67 27 0 21 4B 28 22 3B 26
Octal 231 147 47 0 41 113 50 42 73 46
Binary 10011001 1100111 100111 0 100001 1001011 101000 100010 111011 100110

Color Harmonies of #996727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996727

Black with #996727

Text Example


Text Example

White with #996727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996727; }

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

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

background-color css

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

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

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

border-color css

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

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

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