Html Css Color HEX #96724A Pale Brown

📋 copy color: '#96724A'

red 150 ◦ green 114 ◦ blue 74

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

Shades of Pale Brown #96724A

Tints of Pale Brown #96724A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.89%

R = 44.38%
G = 33.73%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#96724A (or 0x96724A) is known color: Pale Brown. HEX triplet: 96, 72 and 4A. RGB value is (150,114,74). Sum of RGB (Red+Green+Blue) = 150+114+74=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #96724A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96724A is #698DB5. Grayscale: #787878. Windows color (decimal): -6917558 or 4878998. OLE color: 4878998.

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

Color convert

RGB 150 114 74 -
CMYK 0 0.24 0.51 0.41
HSL 31.58º 0.34% 0.44% -
HSV(B) 31.58º 0.51% 0.59% -
XYZ 19.83 19.01 9.1 -
YUV 120.2 101.93 149.25 -
System Red Green Blue C M Y K H S L
Decimal 150 114 74 0 0.24 0.51 0.41 31.58 0.34 0.44
Hex 96 72 4A 0 18 33 29 20 22 2C
Octal 226 162 112 0 30 63 51 40 42 54
Binary 10010110 1110010 1001010 0 11000 110011 101001 100000 100010 101100

Color Harmonies of #96724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96724A

Black with #96724A

Text Example


Text Example

White with #96724A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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