Html Css Color HEX #99764C Pale Brown

📋 copy color: '#99764C'

red 153 ◦ green 118 ◦ blue 76

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

Shades of Pale Brown #99764C

Tints of Pale Brown #99764C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.9%

R = 44.09%
G = 34.01%
B = 21.9%

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

#99764C (or 0x99764C) is known color: Pale Brown. HEX triplet: 99, 76 and 4C. RGB value is (153,118,76). Sum of RGB (Red+Green+Blue) = 153+118+76=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #99764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99764C is #6689B3. Grayscale: #7B7B7B. Windows color (decimal): -6719924 or 5011097. OLE color: 5011097.

HSL color Cylindrical-coordinate representation of color #99764C: hue angle of 32.73º degrees, saturation: 0.34, 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 #99764C is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 118 76 -
CMYK 0 0.23 0.50 0.4
HSL 32.73º 0.34% 0.45% -
HSV(B) 32.73º 0.5% 0.6% -
XYZ 20.92 20.25 9.64 -
YUV 123.68 101.1 148.92 -
System Red Green Blue C M Y K H S L
Decimal 153 118 76 0 0.23 0.50 0.4 32.73 0.34 0.45
Hex 99 76 4C 0 17 32 28 21 22 2D
Octal 231 166 114 0 27 62 50 41 42 55
Binary 10011001 1110110 1001100 0 10111 110010 101000 100001 100010 101101

Color Harmonies of #99764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99764C

Black with #99764C

Text Example


Text Example

White with #99764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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