Html Css Color HEX #96714F Pale Brown

📋 copy color: '#96714F'

red 150 ◦ green 113 ◦ blue 79

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

Shades of Pale Brown #96714F

Tints of Pale Brown #96714F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.04%

 BLUE value IS 79 (31.25% from 255) = 23.1%

R = 43.86%
G = 33.04%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#96714F (or 0x96714F) is known color: Pale Brown. HEX triplet: 96, 71 and 4F. RGB value is (150,113,79). Sum of RGB (Red+Green+Blue) = 150+113+79=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #96714F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96714F is #698EB0. Grayscale: #787878. Windows color (decimal): -6917809 or 5206422. OLE color: 5206422.

HSL color Cylindrical-coordinate representation of color #96714F: hue angle of 28.73º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96714F is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 113 79 -
CMYK 0 0.25 0.47 0.41
HSL 28.73º 0.31% 0.45% -
HSV(B) 28.73º 0.47% 0.59% -
XYZ 19.89 18.86 9.99 -
YUV 120.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 150 113 79 0 0.25 0.47 0.41 28.73 0.31 0.45
Hex 96 71 4F 0 19 2F 29 1D 1F 2D
Octal 226 161 117 0 31 57 51 35 37 55
Binary 10010110 1110001 1001111 0 11001 101111 101001 11101 11111 101101

Color Harmonies of #96714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96714F

Black with #96714F

Text Example


Text Example

White with #96714F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96714F; }

 p { color: rgb(150,113,79); }

 H1.HeaderClassName
 {
   color: #96714F;
 }
 .AnyTagClassName
 {
   color: #96714F;
 }
</style>

background-color css

<style>
 a { background-color: #96714F; }

 a { background-color: rgb(150,113,79); }

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

border-color css

<style>
 span { border-color: #96714F; }

 span { border-color: rgb(150,113,79); }

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