Html Css Color HEX #96754A Pale Brown

📋 copy color: '#96754A'

red 150 ◦ green 117 ◦ blue 74

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

Shades of Pale Brown #96754A

Tints of Pale Brown #96754A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.7%

R = 43.99%
G = 34.31%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#96754A (or 0x96754A) is known color: Pale Brown. HEX triplet: 96, 75 and 4A. RGB value is (150,117,74). Sum of RGB (Red+Green+Blue) = 150+117+74=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #96754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96754A is #698AB5. Grayscale: #7A7A7A. Windows color (decimal): -6916790 or 4879766. OLE color: 4879766.

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

Color convert

RGB 150 117 74 -
CMYK 0 0.22 0.51 0.41
HSL 33.95º 0.34% 0.44% -
HSV(B) 33.95º 0.51% 0.59% -
XYZ 20.18 19.7 9.22 -
YUV 121.97 100.93 148 -
System Red Green Blue C M Y K H S L
Decimal 150 117 74 0 0.22 0.51 0.41 33.95 0.34 0.44
Hex 96 75 4A 0 16 33 29 22 22 2C
Octal 226 165 112 0 26 63 51 42 42 54
Binary 10010110 1110101 1001010 0 10110 110011 101001 100010 100010 101100

Color Harmonies of #96754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96754A

Black with #96754A

Text Example


Text Example

White with #96754A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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