Html Css Color HEX #997442 Pale Brown

📋 copy color: '#997442'

red 153 ◦ green 116 ◦ blue 66

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

Shades of Pale Brown #997442

Tints of Pale Brown #997442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.7%

R = 45.67%
G = 34.63%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#997442 (or 0x997442) is known color: Pale Brown. HEX triplet: 99, 74 and 42. RGB value is (153,116,66). Sum of RGB (Red+Green+Blue) = 153+116+66=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #997442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997442 is #668BBD. Grayscale: #797979. Windows color (decimal): -6720446 or 4355225. OLE color: 4355225.

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

Color convert

RGB 153 116 66 -
CMYK 0 0.24 0.57 0.4
HSL 34.48º 0.4% 0.43% -
HSV(B) 34.48º 0.57% 0.6% -
XYZ 20.37 19.66 7.87 -
YUV 121.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 153 116 66 0 0.24 0.57 0.4 34.48 0.4 0.43
Hex 99 74 42 0 18 39 28 22 28 2B
Octal 231 164 102 0 30 71 50 42 50 53
Binary 10011001 1110100 1000010 0 11000 111001 101000 100010 101000 101011

Color Harmonies of #997442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997442

Black with #997442

Text Example


Text Example

White with #997442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997442; }

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

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

background-color css

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

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

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

border-color css

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

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

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