Html Css Color HEX #996B28 Buttered Rum

📋 copy color: '#996B28'

red 153 ◦ green 107 ◦ blue 40

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

Shades of Buttered Rum #996B28

Tints of Buttered Rum #996B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.33%

R = 51%
G = 35.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#996B28 (or 0x996B28) is known color: Buttered Rum. HEX triplet: 99, 6B and 28. RGB value is (153,107,40). Sum of RGB (Red+Green+Blue) = 153+107+40=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #996B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996B28 is #6694D7. Grayscale: #717171. Windows color (decimal): -6722776 or 2648985. OLE color: 2648985.

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

Color convert

RGB 153 107 40 -
CMYK 0 0.30 0.74 0.4
HSL 35.58º 0.59% 0.38% -
HSV(B) 35.58º 0.74% 0.6% -
XYZ 18.78 17.44 4.38 -
YUV 113.12 86.74 156.45 -
System Red Green Blue C M Y K H S L
Decimal 153 107 40 0 0.30 0.74 0.4 35.58 0.59 0.38
Hex 99 6B 28 0 1E 4A 28 24 3B 26
Octal 231 153 50 0 36 112 50 44 73 46
Binary 10011001 1101011 101000 0 11110 1001010 101000 100100 111011 100110

Color Harmonies of #996B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B28

Black with #996B28

Text Example


Text Example

White with #996B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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