Html Css Color HEX #967546 Pale Brown

📋 copy color: '#967546'

red 150 ◦ green 117 ◦ blue 70

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

Shades of Pale Brown #967546

Tints of Pale Brown #967546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.77%

R = 44.51%
G = 34.72%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#967546 (or 0x967546) is known color: Pale Brown. HEX triplet: 96, 75 and 46. RGB value is (150,117,70). Sum of RGB (Red+Green+Blue) = 150+117+70=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #967546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967546 is #698AB9. Grayscale: #797979. Windows color (decimal): -6916794 or 4617622. OLE color: 4617622.

HSL color Cylindrical-coordinate representation of color #967546: hue angle of 35.25º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #967546 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 117 70 -
CMYK 0 0.22 0.53 0.41
HSL 35.25º 0.36% 0.43% -
HSV(B) 35.25º 0.53% 0.59% -
XYZ 20.04 19.65 8.53 -
YUV 121.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 150 117 70 0 0.22 0.53 0.41 35.25 0.36 0.43
Hex 96 75 46 0 16 35 29 23 24 2B
Octal 226 165 106 0 26 65 51 43 44 53
Binary 10010110 1110101 1000110 0 10110 110101 101001 100011 100100 101011

Color Harmonies of #967546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967546

Black with #967546

Text Example


Text Example

White with #967546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967546; }

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

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

background-color css

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

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

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

border-color css

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

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

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