Html Css Color HEX #96724D Pale Brown

📋 copy color: '#96724D'

red 150 ◦ green 114 ◦ blue 77

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

Shades of Pale Brown #96724D

Tints of Pale Brown #96724D

RGB

 RED value IS 150 (58.98% from 255) = 43.99%

 GREEN value IS 114 (44.92% from 255) = 33.43%

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

R = 43.99%
G = 33.43%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96724D (or 0x96724D) is known color: Pale Brown. HEX triplet: 96, 72 and 4D. RGB value is (150,114,77). Sum of RGB (Red+Green+Blue) = 150+114+77=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #96724D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96724D is #698DB2. Grayscale: #787878. Windows color (decimal): -6917555 or 5075606. OLE color: 5075606.

HSL color Cylindrical-coordinate representation of color #96724D: hue angle of 30.41º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96724D is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 114 77 -
CMYK 0 0.24 0.49 0.41
HSL 30.41º 0.32% 0.45% -
HSV(B) 30.41º 0.49% 0.59% -
XYZ 19.93 19.05 9.65 -
YUV 120.55 103.43 149.01 -
System Red Green Blue C M Y K H S L
Decimal 150 114 77 0 0.24 0.49 0.41 30.41 0.32 0.45
Hex 96 72 4D 0 18 31 29 1E 20 2D
Octal 226 162 115 0 30 61 51 36 40 55
Binary 10010110 1110010 1001101 0 11000 110001 101001 11110 100000 101101

Color Harmonies of #96724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96724D

Black with #96724D

Text Example


Text Example

White with #96724D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,114,77); }

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

background-color css

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

 a { background-color: rgb(150,114,77); }

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

border-color css

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

 span { border-color: rgb(150,114,77); }

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