Html Css Color HEX #997145 Pale Brown

📋 copy color: '#997145'

red 153 ◦ green 113 ◦ blue 69

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

Shades of Pale Brown #997145

Tints of Pale Brown #997145

RGB

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

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

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

R = 45.67%
G = 33.73%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#997145 (or 0x997145) is known color: Pale Brown. HEX triplet: 99, 71 and 45. RGB value is (153,113,69). Sum of RGB (Red+Green+Blue) = 153+113+69=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #997145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997145 is #668EBA. Grayscale: #787878. Windows color (decimal): -6721211 or 4551065. OLE color: 4551065.

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

Color convert

RGB 153 113 69 -
CMYK 0 0.26 0.55 0.4
HSL 31.43º 0.38% 0.44% -
HSV(B) 31.43º 0.55% 0.6% -
XYZ 20.12 19.01 8.24 -
YUV 119.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 153 113 69 0 0.26 0.55 0.4 31.43 0.38 0.44
Hex 99 71 45 0 1A 37 28 1F 26 2C
Octal 231 161 105 0 32 67 50 37 46 54
Binary 10011001 1110001 1000101 0 11010 110111 101000 11111 100110 101100

Color Harmonies of #997145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997145

Black with #997145

Text Example


Text Example

White with #997145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997145; }

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

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

background-color css

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

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

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

border-color css

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

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

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