Html Css Color HEX #996B26 Buttered Rum

📋 copy color: '#996B26'

red 153 ◦ green 107 ◦ blue 38

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

Shades of Buttered Rum #996B26

Tints of Buttered Rum #996B26

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.91%

 BLUE value IS 38 (15.23% from 255) = 12.75%

R = 51.34%
G = 35.91%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#996B26 (or 0x996B26) is known color: Buttered Rum. HEX triplet: 99, 6B and 26. RGB value is (153,107,38). Sum of RGB (Red+Green+Blue) = 153+107+38=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #996B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996B26 is #6694D9. Grayscale: #717171. Windows color (decimal): -6722778 or 2517913. OLE color: 2517913.

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

Color convert

RGB 153 107 38 -
CMYK 0 0.30 0.75 0.4
HSL 36º 0.6% 0.37% -
HSV(B) 36º 0.75% 0.6% -
XYZ 18.74 17.43 4.21 -
YUV 112.89 85.74 156.61 -
System Red Green Blue C M Y K H S L
Decimal 153 107 38 0 0.30 0.75 0.4 36 0.6 0.37
Hex 99 6B 26 0 1E 4B 28 24 3C 25
Octal 231 153 46 0 36 113 50 44 74 45
Binary 10011001 1101011 100110 0 11110 1001011 101000 100100 111100 100101

Color Harmonies of #996B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B26

Black with #996B26

Text Example


Text Example

White with #996B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996B26; }

 p { color: rgb(153,107,38); }

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

background-color css

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

 a { background-color: rgb(153,107,38); }

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

border-color css

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

 span { border-color: rgb(153,107,38); }

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