Html Css Color HEX #96774B Pale Brown

📋 copy color: '#96774B'

red 150 ◦ green 119 ◦ blue 75

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

Shades of Pale Brown #96774B

Tints of Pale Brown #96774B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.59%

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

R = 43.6%
G = 34.59%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#96774B (or 0x96774B) is known color: Pale Brown. HEX triplet: 96, 77 and 4B. RGB value is (150,119,75). Sum of RGB (Red+Green+Blue) = 150+119+75=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96774B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96774B is #6988B4. Grayscale: #7B7B7B. Windows color (decimal): -6916277 or 4945814. OLE color: 4945814.

HSL color Cylindrical-coordinate representation of color #96774B: hue angle of 35.2º 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 #96774B is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 119 75 -
CMYK 0 0.21 0.5 0.41
HSL 35.2º 0.33% 0.44% -
HSV(B) 35.2º 0.5% 0.59% -
XYZ 20.44 20.19 9.48 -
YUV 123.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 150 119 75 0 0.21 0.5 0.41 35.2 0.33 0.44
Hex 96 77 4B 0 15 32 29 23 21 2C
Octal 226 167 113 0 25 62 51 43 41 54
Binary 10010110 1110111 1001011 0 10101 110010 101001 100011 100001 101100

Color Harmonies of #96774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96774B

Black with #96774B

Text Example


Text Example

White with #96774B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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