Html Css Color HEX #96704B Pale Brown

📋 copy color: '#96704B'

red 150 ◦ green 112 ◦ blue 75

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

Shades of Pale Brown #96704B

Tints of Pale Brown #96704B

RGB

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

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

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

R = 44.51%
G = 33.23%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#96704B (or 0x96704B) is known color: Pale Brown. HEX triplet: 96, 70 and 4B. RGB value is (150,112,75). Sum of RGB (Red+Green+Blue) = 150+112+75=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #96704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96704B is #698FB4. Grayscale: #777777. Windows color (decimal): -6918069 or 4944022. OLE color: 4944022.

HSL color Cylindrical-coordinate representation of color #96704B: hue angle of 29.6º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96704B is Cyan = 0, Magento = 0.25, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 75 -
CMYK 0 0.25 0.5 0.41
HSL 29.6º 0.33% 0.44% -
HSV(B) 29.6º 0.5% 0.59% -
XYZ 19.64 18.58 9.21 -
YUV 119.14 103.09 150.01 -
System Red Green Blue C M Y K H S L
Decimal 150 112 75 0 0.25 0.5 0.41 29.6 0.33 0.44
Hex 96 70 4B 0 19 32 29 1E 21 2C
Octal 226 160 113 0 31 62 51 36 41 54
Binary 10010110 1110000 1001011 0 11001 110010 101001 11110 100001 101100

Color Harmonies of #96704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96704B

Black with #96704B

Text Example


Text Example

White with #96704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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