Html Css Color HEX #997342 Pale Brown

📋 copy color: '#997342'

red 153 ◦ green 115 ◦ blue 66

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

Shades of Pale Brown #997342

Tints of Pale Brown #997342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.43%

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

R = 45.81%
G = 34.43%
B = 19.76%

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

#997342 (or 0x997342) is known color: Pale Brown. HEX triplet: 99, 73 and 42. RGB value is (153,115,66). Sum of RGB (Red+Green+Blue) = 153+115+66=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #997342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997342 is #668CBD. Grayscale: #797979. Windows color (decimal): -6720702 or 4354969. OLE color: 4354969.

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

Color convert

RGB 153 115 66 -
CMYK 0 0.25 0.57 0.4
HSL 33.79º 0.4% 0.43% -
HSV(B) 33.79º 0.57% 0.6% -
XYZ 20.25 19.43 7.84 -
YUV 120.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 153 115 66 0 0.25 0.57 0.4 33.79 0.4 0.43
Hex 99 73 42 0 19 39 28 22 28 2B
Octal 231 163 102 0 31 71 50 42 50 53
Binary 10011001 1110011 1000010 0 11001 111001 101000 100010 101000 101011

Color Harmonies of #997342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997342

Black with #997342

Text Example


Text Example

White with #997342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997342; }

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

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

background-color css

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

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

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

border-color css

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

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

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