Html Css Color HEX #996F46 Pale Brown

📋 copy color: '#996F46'

red 153 ◦ green 111 ◦ blue 70

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

Shades of Pale Brown #996F46

Tints of Pale Brown #996F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.96%

R = 45.81%
G = 33.23%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#996F46 (or 0x996F46) is known color: Pale Brown. HEX triplet: 99, 6F and 46. RGB value is (153,111,70). Sum of RGB (Red+Green+Blue) = 153+111+70=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #996F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F46 is #6690B9. Grayscale: #777777. Windows color (decimal): -6721722 or 4616089. OLE color: 4616089.

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

Color convert

RGB 153 111 70 -
CMYK 0 0.27 0.54 0.4
HSL 29.64º 0.37% 0.44% -
HSV(B) 29.64º 0.54% 0.6% -
XYZ 19.93 18.58 8.33 -
YUV 118.88 100.41 152.33 -
System Red Green Blue C M Y K H S L
Decimal 153 111 70 0 0.27 0.54 0.4 29.64 0.37 0.44
Hex 99 6F 46 0 1B 36 28 1E 25 2C
Octal 231 157 106 0 33 66 50 36 45 54
Binary 10011001 1101111 1000110 0 11011 110110 101000 11110 100101 101100

Color Harmonies of #996F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996F46

Black with #996F46

Text Example


Text Example

White with #996F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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