Html Css Color HEX #99714A Pale Brown

📋 copy color: '#99714A'

red 153 ◦ green 113 ◦ blue 74

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

Shades of Pale Brown #99714A

Tints of Pale Brown #99714A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.76%

R = 45%
G = 33.24%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#99714A (or 0x99714A) is known color: Pale Brown. HEX triplet: 99, 71 and 4A. RGB value is (153,113,74). Sum of RGB (Red+Green+Blue) = 153+113+74=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #99714A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99714A is #668EB5. Grayscale: #787878. Windows color (decimal): -6721206 or 4878745. OLE color: 4878745.

HSL color Cylindrical-coordinate representation of color #99714A: hue angle of 29.62º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99714A is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 74 -
CMYK 0 0.26 0.52 0.4
HSL 29.62º 0.35% 0.45% -
HSV(B) 29.62º 0.52% 0.6% -
XYZ 20.28 19.08 9.09 -
YUV 120.51 101.75 151.17 -
System Red Green Blue C M Y K H S L
Decimal 153 113 74 0 0.26 0.52 0.4 29.62 0.35 0.45
Hex 99 71 4A 0 1A 34 28 1E 23 2D
Octal 231 161 112 0 32 64 50 36 43 55
Binary 10011001 1110001 1001010 0 11010 110100 101000 11110 100011 101101

Color Harmonies of #99714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99714A

Black with #99714A

Text Example


Text Example

White with #99714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99714A; }

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

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

background-color css

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

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

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

border-color css

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

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

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