Html Css Color HEX #997146 Pale Brown

📋 copy color: '#997146'

red 153 ◦ green 113 ◦ blue 70

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

Shades of Pale Brown #997146

Tints of Pale Brown #997146

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.63%

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

R = 45.54%
G = 33.63%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#997146 (or 0x997146) is known color: Pale Brown. HEX triplet: 99, 71 and 46. RGB value is (153,113,70). Sum of RGB (Red+Green+Blue) = 153+113+70=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #997146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997146 is #668EB9. Grayscale: #787878. Windows color (decimal): -6721210 or 4616601. OLE color: 4616601.

HSL color Cylindrical-coordinate representation of color #997146: hue angle of 31.08º 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 #997146 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 70 -
CMYK 0 0.26 0.54 0.4
HSL 31.08º 0.37% 0.44% -
HSV(B) 31.08º 0.54% 0.6% -
XYZ 20.15 19.02 8.4 -
YUV 120.06 99.75 151.5 -
System Red Green Blue C M Y K H S L
Decimal 153 113 70 0 0.26 0.54 0.4 31.08 0.37 0.44
Hex 99 71 46 0 1A 36 28 1F 25 2C
Octal 231 161 106 0 32 66 50 37 45 54
Binary 10011001 1110001 1000110 0 11010 110110 101000 11111 100101 101100

Color Harmonies of #997146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997146

Black with #997146

Text Example


Text Example

White with #997146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997146; }

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

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

background-color css

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

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

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

border-color css

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

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

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