Html Css Color HEX #96704F Pale Brown

📋 copy color: '#96704F'

red 150 ◦ green 112 ◦ blue 79

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

Shades of Pale Brown #96704F

Tints of Pale Brown #96704F

RGB

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

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

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

R = 43.99%
G = 32.84%
B = 23.17%

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

#96704F (or 0x96704F) is known color: Pale Brown. HEX triplet: 96, 70 and 4F. RGB value is (150,112,79). Sum of RGB (Red+Green+Blue) = 150+112+79=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #96704F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96704F is #698FB0. Grayscale: #777777. Windows color (decimal): -6918065 or 5206166. OLE color: 5206166.

HSL color Cylindrical-coordinate representation of color #96704F: hue angle of 27.89º 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 #96704F is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 79 -
CMYK 0 0.25 0.47 0.41
HSL 27.89º 0.31% 0.45% -
HSV(B) 27.89º 0.47% 0.59% -
XYZ 19.78 18.64 9.95 -
YUV 119.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 150 112 79 0 0.25 0.47 0.41 27.89 0.31 0.45
Hex 96 70 4F 0 19 2F 29 1C 1F 2D
Octal 226 160 117 0 31 57 51 34 37 55
Binary 10010110 1110000 1001111 0 11001 101111 101001 11100 11111 101101

Color Harmonies of #96704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96704F

Black with #96704F

Text Example


Text Example

White with #96704F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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