Html Css Color HEX #967346 Pale Brown

📋 copy color: '#967346'

red 150 ◦ green 115 ◦ blue 70

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

Shades of Pale Brown #967346

Tints of Pale Brown #967346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.33%

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

R = 44.78%
G = 34.33%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#967346 (or 0x967346) is known color: Pale Brown. HEX triplet: 96, 73 and 46. RGB value is (150,115,70). Sum of RGB (Red+Green+Blue) = 150+115+70=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #967346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967346 is #698CB9. Grayscale: #787878. Windows color (decimal): -6917306 or 4617110. OLE color: 4617110.

HSL color Cylindrical-coordinate representation of color #967346: hue angle of 33.75º 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 #967346 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 115 70 -
CMYK 0 0.23 0.53 0.41
HSL 33.75º 0.36% 0.43% -
HSV(B) 33.75º 0.53% 0.59% -
XYZ 19.81 19.19 8.45 -
YUV 120.34 99.6 149.16 -
System Red Green Blue C M Y K H S L
Decimal 150 115 70 0 0.23 0.53 0.41 33.75 0.36 0.43
Hex 96 73 46 0 17 35 29 22 24 2B
Octal 226 163 106 0 27 65 51 42 44 53
Binary 10010110 1110011 1000110 0 10111 110101 101001 100010 100100 101011

Color Harmonies of #967346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967346

Black with #967346

Text Example


Text Example

White with #967346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967346; }

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

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

background-color css

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

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

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

border-color css

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

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

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