Html Css Color HEX #96755A Pale Brown

📋 copy color: '#96755A'

red 150 ◦ green 117 ◦ blue 90

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

Shades of Pale Brown #96755A

Tints of Pale Brown #96755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

 BLUE value IS 90 (35.55% from 255) = 25.21%

R = 42.02%
G = 32.77%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#96755A (or 0x96755A) is known color: Pale Brown. HEX triplet: 96, 75 and 5A. RGB value is (150,117,90). Sum of RGB (Red+Green+Blue) = 150+117+90=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #96755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96755A is #698AA5. Grayscale: #7B7B7B. Windows color (decimal): -6916774 or 5928342. OLE color: 5928342.

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

Color convert

RGB 150 117 90 -
CMYK 0 0.22 0.4 0.41
HSL 27º 0.25% 0.47% -
HSV(B) 27º 0.4% 0.59% -
XYZ 20.78 19.94 12.43 -
YUV 123.79 108.93 146.7 -
System Red Green Blue C M Y K H S L
Decimal 150 117 90 0 0.22 0.4 0.41 27 0.25 0.47
Hex 96 75 5A 0 16 28 29 1B 19 2F
Octal 226 165 132 0 26 50 51 33 31 57
Binary 10010110 1110101 1011010 0 10110 101000 101001 11011 11001 101111

Color Harmonies of #96755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96755A

Black with #96755A

Text Example


Text Example

White with #96755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,117,90); }

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

background-color css

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

 a { background-color: rgb(150,117,90); }

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

border-color css

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

 span { border-color: rgb(150,117,90); }

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