Html Css Color HEX #996F22 Buttered Rum

📋 copy color: '#996F22'

red 153 ◦ green 111 ◦ blue 34

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

Shades of Buttered Rum #996F22

Tints of Buttered Rum #996F22

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.25%

 BLUE value IS 34 (13.67% from 255) = 11.41%

R = 51.34%
G = 37.25%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#996F22 (or 0x996F22) is known color: Buttered Rum. HEX triplet: 99, 6F and 22. RGB value is (153,111,34). Sum of RGB (Red+Green+Blue) = 153+111+34=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #996F22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F22 is #6690DD. Grayscale: #737373. Windows color (decimal): -6721758 or 2256793. OLE color: 2256793.

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

Color convert

RGB 153 111 34 -
CMYK 0 0.27 0.78 0.4
HSL 38.82º 0.64% 0.37% -
HSV(B) 38.82º 0.78% 0.6% -
XYZ 19.11 18.26 4.03 -
YUV 114.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 153 111 34 0 0.27 0.78 0.4 38.82 0.64 0.37
Hex 99 6F 22 0 1B 4E 28 27 40 25
Octal 231 157 42 0 33 116 50 47 100 45
Binary 10011001 1101111 100010 0 11011 1001110 101000 100111 1000000 100101

Color Harmonies of #996F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996F22

Black with #996F22

Text Example


Text Example

White with #996F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,111,34); }

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

background-color css

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

 a { background-color: rgb(153,111,34); }

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

border-color css

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

 span { border-color: rgb(153,111,34); }

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