Html Css Color HEX #997242 Pale Brown

📋 copy color: '#997242'

red 153 ◦ green 114 ◦ blue 66

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

Shades of Pale Brown #997242

Tints of Pale Brown #997242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.23%

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

R = 45.95%
G = 34.23%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#997242 (or 0x997242) is known color: Pale Brown. HEX triplet: 99, 72 and 42. RGB value is (153,114,66). Sum of RGB (Red+Green+Blue) = 153+114+66=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #997242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997242 is #668DBD. Grayscale: #787878. Windows color (decimal): -6720958 or 4354713. OLE color: 4354713.

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

Color convert

RGB 153 114 66 -
CMYK 0 0.25 0.57 0.4
HSL 33.1º 0.4% 0.43% -
HSV(B) 33.1º 0.57% 0.6% -
XYZ 20.14 19.2 7.8 -
YUV 120.19 97.42 151.4 -
System Red Green Blue C M Y K H S L
Decimal 153 114 66 0 0.25 0.57 0.4 33.1 0.4 0.43
Hex 99 72 42 0 19 39 28 21 28 2B
Octal 231 162 102 0 31 71 50 41 50 53
Binary 10011001 1110010 1000010 0 11001 111001 101000 100001 101000 101011

Color Harmonies of #997242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997242

Black with #997242

Text Example


Text Example

White with #997242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997242; }

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

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

background-color css

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

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

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

border-color css

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

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

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