Html Css Color HEX #997445 Pale Brown

📋 copy color: '#997445'

red 153 ◦ green 116 ◦ blue 69

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

Shades of Pale Brown #997445

Tints of Pale Brown #997445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

 BLUE value IS 69 (27.34% from 255) = 20.41%

R = 45.27%
G = 34.32%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#997445 (or 0x997445) is known color: Pale Brown. HEX triplet: 99, 74 and 45. RGB value is (153,116,69). Sum of RGB (Red+Green+Blue) = 153+116+69=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #997445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997445 is #668BBA. Grayscale: #797979. Windows color (decimal): -6720443 or 4551833. OLE color: 4551833.

HSL color Cylindrical-coordinate representation of color #997445: hue angle of 33.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #997445 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 116 69 -
CMYK 0 0.24 0.55 0.4
HSL 33.57º 0.38% 0.44% -
HSV(B) 33.57º 0.55% 0.6% -
XYZ 20.46 19.69 8.35 -
YUV 121.71 98.26 150.32 -
System Red Green Blue C M Y K H S L
Decimal 153 116 69 0 0.24 0.55 0.4 33.57 0.38 0.44
Hex 99 74 45 0 18 37 28 22 26 2C
Octal 231 164 105 0 30 67 50 42 46 54
Binary 10011001 1110100 1000101 0 11000 110111 101000 100010 100110 101100

Color Harmonies of #997445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997445

Black with #997445

Text Example


Text Example

White with #997445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997445; }

 p { color: rgb(153,116,69); }

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

background-color css

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

 a { background-color: rgb(153,116,69); }

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

border-color css

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

 span { border-color: rgb(153,116,69); }

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