Html Css Color HEX #99764D Pale Brown

📋 copy color: '#99764D'

red 153 ◦ green 118 ◦ blue 77

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

Shades of Pale Brown #99764D

Tints of Pale Brown #99764D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.91%

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 43.97%
G = 33.91%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#99764D (or 0x99764D) is known color: Pale Brown. HEX triplet: 99, 76 and 4D. RGB value is (153,118,77). Sum of RGB (Red+Green+Blue) = 153+118+77=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99764D is #6689B2. Grayscale: #7B7B7B. Windows color (decimal): -6719923 or 5076633. OLE color: 5076633.

HSL color Cylindrical-coordinate representation of color #99764D: hue angle of 32.37º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99764D is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 118 77 -
CMYK 0 0.23 0.50 0.4
HSL 32.37º 0.33% 0.45% -
HSV(B) 32.37º 0.5% 0.6% -
XYZ 20.95 20.26 9.83 -
YUV 123.79 101.6 148.83 -
System Red Green Blue C M Y K H S L
Decimal 153 118 77 0 0.23 0.50 0.4 32.37 0.33 0.45
Hex 99 76 4D 0 17 32 28 20 21 2D
Octal 231 166 115 0 27 62 50 40 41 55
Binary 10011001 1110110 1001101 0 10111 110010 101000 100000 100001 101101

Color Harmonies of #99764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99764D

Black with #99764D

Text Example


Text Example

White with #99764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99764D; }

 p { color: rgb(153,118,77); }

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

background-color css

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

 a { background-color: rgb(153,118,77); }

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

border-color css

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

 span { border-color: rgb(153,118,77); }

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