Html Css Color HEX #99714E Pale Brown

📋 copy color: '#99714E'

red 153 ◦ green 113 ◦ blue 78

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

Shades of Pale Brown #99714E

Tints of Pale Brown #99714E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.67%

R = 44.48%
G = 32.85%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.4

RGB Variations

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

Color information

#99714E (or 0x99714E) is known color: Pale Brown. HEX triplet: 99, 71 and 4E. RGB value is (153,113,78). Sum of RGB (Red+Green+Blue) = 153+113+78=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99714E is #668EB1. Grayscale: #797979. Windows color (decimal): -6721202 or 5140889. OLE color: 5140889.

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

Color convert

RGB 153 113 78 -
CMYK 0 0.26 0.49 0.4
HSL 28º 0.32% 0.45% -
HSV(B) 28º 0.49% 0.6% -
XYZ 20.42 19.13 9.82 -
YUV 120.97 103.75 150.85 -
System Red Green Blue C M Y K H S L
Decimal 153 113 78 0 0.26 0.49 0.4 28 0.32 0.45
Hex 99 71 4E 0 1A 31 28 1C 20 2D
Octal 231 161 116 0 32 61 50 34 40 55
Binary 10011001 1110001 1001110 0 11010 110001 101000 11100 100000 101101

Color Harmonies of #99714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99714E

Black with #99714E

Text Example


Text Example

White with #99714E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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