Html Css Color HEX #996F23 Buttered Rum

📋 copy color: '#996F23'

red 153 ◦ green 111 ◦ blue 35

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

Shades of Buttered Rum #996F23

Tints of Buttered Rum #996F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.71%

R = 51.17%
G = 37.12%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#996F23 (or 0x996F23) is known color: Buttered Rum. HEX triplet: 99, 6F and 23. RGB value is (153,111,35). Sum of RGB (Red+Green+Blue) = 153+111+35=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #996F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F23 is #6690DC. Grayscale: #737373. Windows color (decimal): -6721757 or 2322329. OLE color: 2322329.

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

Color convert

RGB 153 111 35 -
CMYK 0 0.27 0.77 0.4
HSL 38.64º 0.63% 0.37% -
HSV(B) 38.64º 0.77% 0.6% -
XYZ 19.12 18.26 4.11 -
YUV 114.89 82.91 155.18 -
System Red Green Blue C M Y K H S L
Decimal 153 111 35 0 0.27 0.77 0.4 38.64 0.63 0.37
Hex 99 6F 23 0 1B 4D 28 27 3F 25
Octal 231 157 43 0 33 115 50 47 77 45
Binary 10011001 1101111 100011 0 11011 1001101 101000 100111 111111 100101

Color Harmonies of #996F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996F23

Black with #996F23

Text Example


Text Example

White with #996F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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