Html Css Color HEX #99704B Pale Brown

📋 copy color: '#99704B'

red 153 ◦ green 112 ◦ blue 75

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

Shades of Pale Brown #99704B

Tints of Pale Brown #99704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.94%

 BLUE value IS 75 (29.69% from 255) = 22.06%

R = 45%
G = 32.94%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#99704B (or 0x99704B) is known color: Pale Brown. HEX triplet: 99, 70 and 4B. RGB value is (153,112,75). Sum of RGB (Red+Green+Blue) = 153+112+75=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #99704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99704B is #668FB4. Grayscale: #787878. Windows color (decimal): -6721461 or 4944025. OLE color: 4944025.

HSL color Cylindrical-coordinate representation of color #99704B: hue angle of 28.46º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99704B is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 112 75 -
CMYK 0 0.27 0.51 0.4
HSL 28.46º 0.34% 0.45% -
HSV(B) 28.46º 0.51% 0.6% -
XYZ 20.2 18.87 9.23 -
YUV 120.04 102.58 151.51 -
System Red Green Blue C M Y K H S L
Decimal 153 112 75 0 0.27 0.51 0.4 28.46 0.34 0.45
Hex 99 70 4B 0 1B 33 28 1C 22 2D
Octal 231 160 113 0 33 63 50 34 42 55
Binary 10011001 1110000 1001011 0 11011 110011 101000 11100 100010 101101

Color Harmonies of #99704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99704B

Black with #99704B

Text Example


Text Example

White with #99704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99704B; }

 p { color: rgb(153,112,75); }

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

background-color css

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

 a { background-color: rgb(153,112,75); }

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

border-color css

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

 span { border-color: rgb(153,112,75); }

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